2017年6月19日
摘要: 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head> 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 4 <title>无标题文档</title> 阅读全文
posted @ 2017-06-19 22:18 为伊消得 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 无标题文档 5 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 33 阅读全文
posted @ 2017-06-19 22:14 为伊消得 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 事件:事先设置好的程序,当点击的时候,被触发。 一、window对象 二、document对象 1.找到元素 2.控制元素 3.操作内容 4.操作属性 5.操作样式 关于鼠标的事件 onclick 鼠标单击触发 ondblclick 鼠标双击触发 onmouseover 鼠标移上去触发 onmous 阅读全文
posted @ 2017-06-19 22:05 为伊消得 阅读(624) 评论(0) 推荐(0) 编辑