string 有两种写法:
'hello world';
"hello world";
constructor
:返回字符串 "String"
。length
除constructor外属性的具体含义请参考
ES5
标准。
toString
valueOf
charAt
charCodeAt
concat
indexOf
lastIndexOf
localeCompare
match
replace
search
slice
split
substring
toLowerCase
toLocaleLowerCase
toUpperCase
toLocaleUpperCase
trim
以上方法的具体使用请参考
ES5
标准。