String.strip - Prototype JavaScript 框架
From Xunxin Prototype API
strip
strip() -> string
移除字符串首尾的所有空白符。
样例
' hello world! '.strip();
// -> 'hello world!'
From Xunxin Prototype API
strip() -> string
移除字符串首尾的所有空白符。
' hello world! '.strip();
// -> 'hello world!'