String.empty - Prototype JavaScript 框架
From Xunxin Prototype API
empty1.5.1
empty() -> Boolean
检查字符串是否为空。
样例
''.empty(); //-> true
' '.empty(); //-> false
From Xunxin Prototype API
empty() -> Boolean
检查字符串是否为空。
''.empty(); //-> true
' '.empty(); //-> false