事件委托小demo(原生版)
<style type="text/css"> body, div, span { margin: 0; padding: 0; font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, sans-serif; font-size: 14px; } html, body { width: 100%; height: 100%; overflow: hidden; } #box { position: absolute; left: 50%; top: 50px; margin-left: -50px; width: 100px; height: 30px; line-height: 30px; text-align: center; border: 1px solid #2489ce; } #mark { position: absolute; top: 30px; left: -1px; width: 300px; height: 100px; line-height: 100px; text-align: center; background: #ffe470; border: 1px solid #2489ce; } </style> <div id="box"> <span>购物车</span> <div id="mark" style