摘要:
function trim(str) { return str.replace(/(^\s*)|(\s*$)/g,""); } 阅读全文
posted @ 2013-01-29 14:27
mbtq
阅读(191)
评论(0)
推荐(0)
|
摘要:
function trim(str) { return str.replace(/(^\s*)|(\s*$)/g,""); } 阅读全文
posted @ 2013-01-29 14:27
mbtq
阅读(191)
评论(0)
推荐(0)
|