方法

一、数组方法:

  array.concat():
  array.join():
  array.pop():
  array.push():
  array.reverse():
  array.shift():
  array.unshift():
  array.slice():
  array.sort():
  array.splice():

二、函数方法:

  function.apply():

三、数值方法:

  number.toExponential():
  number.toFixed():
  number.toPrecision():
  number.toString():

四、对象方法:

  object.hasOwnProperty():

五、正则方法:

  regexp.exec():
  regexp.test():

六、字符串方法:

  string.charAt():
  string.charCodeAt():
  string.cancat():
  string.indexOf():
  string.lastIndexOf():
  string.localeCompare():
  string.match():
  string.replace():
  string.search():
  string.slice():
  string.split():
  string.substring():
  string.toLowerCase():
  string.toUpperCase():
  string.fromCharCode():

posted @ 2016-11-13 22:25  不由分说  阅读(99)  评论(0编辑  收藏  举报