zoukankan      html  css  js  c++  java
  • 方法

    一、数组方法:

      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():

  • 相关阅读:
    记录
    集合
    数据库一键退出脚本
    修改NLS_DATE_FORMAT的四种方式
    触发器
    (转)rlwrap真是一个好东西
    Windows常用技巧集锦
    UTL_FILE
    redis入门(03)redis的配置
    服务网关
  • 原文地址:https://www.cnblogs.com/newh5/p/6060183.html
Copyright © 2011-2022 走看看