摘要:
$("#divId input").val(""); 阅读全文
posted @ 2018-09-20 23:51
面向对象爱好者社区
阅读(1996)
评论(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
面向对象爱好者社区
阅读(13171)
评论(0)
推荐(1)