JavaScript String 对象
String的length属性返回一个字符串的长度。对于空字符串,长度为0。
string.length
var str = 'cainiaojc.com'; str.length;
所有浏览器完全支持length属性: