摘要: function trim(s) { return trimRight(trimLeft(s)); } //去掉左边的空白 function trimLeft(s) { if (s == null) { return ""; } var whitespace = new String(" \t\n\ 阅读全文
posted @ 2018-01-30 08:35 好好學習 阅读(3973) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-01-30 08:25 好好學習 阅读(0) 评论(0) 推荐(0) 编辑