摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> 省份: <select id="selPro"> <option>请选择省份</option> </select> <br /> 市: 阅读全文
posted @ 2017-07-21 17:23 韩杜娟90 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 1.onclick是个触发事件 2.循环 setInterval(循环的元素,循环间隔); 例如: setInterval("test()",1000); function test(){ num++; if(num>5){ num=1; } addColor(num); img.src="../i 阅读全文
posted @ 2017-07-21 17:06 韩杜娟90 阅读(94) 评论(0) 推荐(0) 编辑