摘要: 代码实例: 效果: 2017-09-02 23:56:57 阅读全文
posted @ 2017-09-02 23:58 1点 阅读(968) 评论(1) 推荐(0) 编辑
摘要: 代码实例: test.html test1.html 效果: 2017-09-02 23:24:02 阅读全文
posted @ 2017-09-02 23:26 1点 阅读(837) 评论(0) 推荐(0) 编辑
摘要: 23:01:09 2017-09-02 阅读全文
posted @ 2017-09-02 23:02 1点 阅读(1129) 评论(0) 推荐(0) 编辑
摘要: 颜色变化代码: HTML: JS 效果: 16:04:28 2017-09-02 阅读全文
posted @ 2017-09-02 16:05 1点 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 鼠标事件 单击 js 效果: 双击 mousedown:当用户按下了鼠标还未弹起时触发。input.onmousedown = function () {alert('Lee');}; mouseup:当用户释放鼠标按钮时触发。input.onmouseup = function () {alert 阅读全文
posted @ 2017-09-02 09:45 1点 阅读(154) 评论(0) 推荐(0) 编辑