js 之 复制一段代码
摘要:
无标题文档复制我!!!!!!!!function trim(str){ str = str.replace(/^(\s|\u00A0)+/,''); for(var i=str.length-1; i>=0; i--){ if(/\S/.test(str.charAt(i))){ str = ... 阅读全文
posted @ 2014-04-18 14:05 小苦瓜 阅读(422) 评论(0) 推荐(0)
posted @ 2014-04-18 14:05 小苦瓜 阅读(422) 评论(0) 推荐(0)