摘要: $(document).click(function(e) { // 在页面任意位置点击而触发此事件 $(e.target).attr("id"); // e.target表示被点击的目标 阅读全文
posted @ 2017-05-02 10:24 张主任好 阅读(331) 评论(0) 推荐(0) 编辑