2017年9月27日

摘要: 今天写一个定时器的练习,结果发现清除定时器的语句起不了作用,代码如下 <script type="text/javascript"> i=11; var s=document.getElementById("s1");//获取span标签 function daojishi(){ i--; s.in 阅读全文
posted @ 2017-09-27 14:33 杨二凡 阅读(2444) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <span id="s1"></span> <span style="color:red;">|</span> <body> </body> <s 阅读全文
posted @ 2017-09-27 11:04 杨二凡 阅读(257) 评论(0) 推荐(0) 编辑

导航