世界那么好,机会那么多

这里除了干货,什么都没有

摘要: 输出结果: 2 2 3 5 6 原文地址:点击了解一下下下下下下? 阅读全文
posted @ 2018-09-20 23:56 面向对象爱好者社区 阅读(78189) 评论(0) 推荐(0) 编辑
摘要: $("#divId input").val(""); 阅读全文
posted @ 2018-09-20 23:51 面向对象爱好者社区 阅读(1988) 评论(0) 推荐(0) 编辑
摘要: 1.substr var str = "Hello world!"; document.write(str.substr(3)); 输出:lo world! var str = "Hello world!"; document.write(str.substr(3,7)); 输出:lo worl 2.toFixed(四舍五入) var num = new Number(12.38); do... 阅读全文
posted @ 2018-09-20 23:49 面向对象爱好者社区 阅读(13149) 评论(0) 推荐(1) 编辑