当前位置:首页> 正文

字符串属性和方法介绍

字符串属性和方法介绍
  字符串属性和方法
 
  属性:
 
  length
 
  prototype
 
  constructor
 
  方法:
 
  charAt()
 
  charCodeAt()
 
  concat()
 
  fromCharCode()
 
  indexOf()
 
  lastIndexOf()
 
  match()
 
  replace()
 
  search()
 
  slice()
 
  split()
 
  substr()
 
  substring()
 
  toLowerCase()
 
  toUpperCase()
 
  valueOf()
展开全文阅读

相关内容