摘要: 自定义右键菜单,错误记录 阅读全文
posted @ 2018-12-28 17:45 CarpenterZoe 阅读(238) 评论(0) 推荐(0) 编辑
摘要: window.onload = function () { var oDiv = document.getElementById('div1'); var oBtn = document.getElementById('btn1'); //oBtn.onclick = function () { ... 阅读全文
posted @ 2018-12-28 16:40 CarpenterZoe 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 本次练习错误总结: 1. div跟着用户操作而移动,首先必须要绝对定位,否则无法移动。 2. if条件语句里面是双等号,不是单等号(赋值)。 3. 坐标值没有Right,只能offsetLeft 加减。 阅读全文
posted @ 2018-12-28 16:04 CarpenterZoe 阅读(344) 评论(0) 推荐(0) 编辑