2017年7月12日

javascript基本操作及原理学习

摘要: /* 临时对象测试 js中临时对象在引用后就会被销毁 */ function onClick() { var s="hello world"; var word=s.substring(s.indexOf(" ")+1,s.length); //alert(word); var s="test"; s.len=4; console.log("s.len=:",... 阅读全文

posted @ 2017-07-12 22:37 VbisoWen 阅读(156) 评论(0) 推荐(0) 编辑

导航