摘要: window.open("http://www.baidu.com","_blank","width=300, height=200"); 进入百度。 <script type="text/javascript"> var content = "abc"; console.log( content. 阅读全文
posted @ 2016-09-07 22:27 刘文武 阅读(78) 评论(0) 推荐(0) 编辑
摘要: var a="a123456", b="A123456“; alert(b.toLowerCase()); 把有字母的字都转换成小写。 var clock = setInterval(function(){ document.write("I am clock"); }, 1000); 多小时间加1 阅读全文
posted @ 2016-09-07 21:50 刘文武 阅读(71) 评论(0) 推荐(0) 编辑