01 2017 档案
摘要:js实用篇之String对象
概述
String.fromCharCode()
实例对象的属性和方法
length属性
charAt()
charCodeAt()
concat()
slice()
substring()
substr()
indexOf(),lastIndexOf()
trim()
toLowerCase(),toUpperCase()
localeCompare()
match()
search()
replace()
split()
阅读全文