JS 截取字符串的空格
摘要:
JS 截取字符串的空格Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><SCRIPT LANGUAGE="JavaScript"> <!-- String.prototype.Trim = function() { return this.replace(/(^\s*)|(\s*$)/g, ""); } String.prototype.LTrim = function() { ret 阅读全文
posted @ 2012-03-26 18:27 曾经沧海 云淡风轻 阅读(3533) 评论(0) 推荐(0)



浙公网安备 33010602011771号