JavaScript String 對象
String的length屬性返回一個字符串的長度。對于空字符串,長度為0。
string.length
var str = 'cainiaoplus.com'; str.length;
所有瀏覽器完全支持length屬性: