JavaScript常用函数

 
  • array

    • concat
    • join
    • pop
    • push
    • reverse
    • shift
    • slice
    • sort
    • splice
    • unshift
  • function

    • apply
  • number

    • toExponential
    • toFixed
    • toPrecision
    • toString
  • object

    • hasOwnProperty
  • regexp

    • exec
    • test
  • string

    • charAt
    • charCodeAt
    • concat
    • indexOf
    • lastIndexOf
    • localeCompare
    • match
    • replace
    • search
    • slice
    • split
    • substring
    • toLocaleLowerCase
    • toLocaleUpperCase
    • toLowerCase
    • toUpperCase
    • fromCharCode
posted @ 2016-09-03 16:44  阿巴阿巴55996  阅读(78)  评论(0)    收藏  举报