
js
happy_marvin
这个作者很懒,什么都没留下…
展开
-
js中将任何对象转换为string
function objConvertStr(o) { if (o == undefined) { return ""; } var r = []; if (typeof o == "string") return "\"" + o转载 2014-07-30 11:57:41 · 818 阅读 · 0 评论 -
JavaScript中substr和substring的区别
http://blog.youkuaiyun.com/mcy478643968/article/details/3514987转载 2014-11-26 10:21:48 · 406 阅读 · 0 评论 -
JavaScript中的数组如何定义
http://hszy00232.blog.163.com/blog/static/43022753200982852435536/转载 2014-11-26 10:24:09 · 411 阅读 · 0 评论