今天来总结下常用的熟记的js api

(一)JavaScript对象

(1)Array

对象属性:(3个)

constructor

lengh

prototype

对象方法:(14个)

contat()

join()

pop()

push()

reverse()

splice()

split()

sort()

shift()

toString()

toLocaleString()

toSource()

unshift()

vaueOf()

(2)Boolean 对象

对象属性:(2个)

constructor

prototype

对象方法:(3个)

toSource

toString

valueOf

(3)Date 对象

对象属性:(2个)

constructor

prototype

对象方法:(48个)

Date

getDate

getDay

getMonth

getFullYear

getYear

getHours

getMinutes

getSeconds

getMilliseconds

getTime

getTimezoneOffset

UTCDate

getUTCDate

getUTCDay

getUTCMonth

getUTCFullYear

getUTCHours

getUTCMinutes

getUTCSeconds

getUTCMilliseconds

parse

setDate

setDay

setMonth

setYear

setHours

setMinutes

setSeconds

setMilliseconds

setUTCDate

setUTCDay

setUTCMonth

setUTCYear

setUTCHours

setUTCMinutes

setUTCSeconds

setUTCMilliseconds

toTimeString

toDateString

toGMTString

toUTCString

toLocaleString

toLocaleTimeString

toLocaleDateString

toString

toSource

UTC

valueOf

(4)Math对象

对象属性:(8个)

E

LN2

LN10

LOG2E

LOG10E

PI

SQRT1_2

SQRT2

对象方法:(20个)

abs

acos

asin

atan

atan2

ceil

cos

exp

floor

log

max

min

pow

random

round

sin

sqrt

tan

toSource

valueOf

(5)Number 对象

对象属性:(7个)

constructor

MAX_VALUE

MIN_VALUE

NAN

NEGATIVE_INFINITY

POSITIVE_INFINITY

prototype

对象方法:(6个)

toString

toLocaleString

toFixed

toExponential

toPrecision

valueOf

(6)String对象

对象属性(3个)

constructor

length

prototype

对象方法(34个)

anchor

big

blink

bold

charAt

charCodeAt

concat

fixed

fontcolor

fontsize

fromCharCode

indexOf

italics

lastIndexOf

link

localeCompare

match

replace

search

slice

small

split

strike

sub

substr

substring

sup

toLocaleLowerCase

toLocaleUpperCase

toLowerCase

toUpperCase

toSource

toString

valueOf

最新文章

  1. MyBatis的一系列问题的处理(遍历Map集合和智能标签和属性和字段不一样的解决办法 和sql片段)(三)
  2. An Unfair Game-[ACdream1035]
  3. Python脚本模拟登录网页之CSDN篇
  4. HTTP状态码大全(转自wiki)
  5. [学习嵌入式开发板]iTOP-4412实现NFS网络文件系统
  6. 编译inotify报错
  7. Micro Python - Python for microcontrollers
  8. ThinkPHP框架一
  9. Vmware 克隆CentOS 网络IP配置
  10. ThinkPHP - 常用的配置项
  11. Python使用时间戳
  12. 在Ubuntu12.0至14.04版本之间用Apache搭建网站运行环境
  13. ssh整合时报出的异常及解决办法
  14. springMVC+Hibernate4+spring整合实例二(实例代码部分)
  15. css块居中
  16. 使用Maven
  17. 通俗理解TCP/IP协议三次握手四次分手流程
  18. Android学习笔记一:项目目录结构
  19. logback -- 配置详解 -- 四 -- <filter>
  20. 详解Oracle多种表连接方式

热门文章

  1. 微信小程序一步一步获取UnionID,实现自动登录
  2. SpringBoot 参数校验的方法
  3. Scrapy框架的下载与安装
  4. Springboot源码分析之TypeFilter魔力
  5. MATLAB之图像与音频信号处理
  6. Winform中实现读取xml配置文件并动态配置ZedGraph的RadioGroup的选项
  7. 松软科技课堂:sqlserver--数据类型
  8. 一个基于vue的时钟
  9. query 与 params 使用
  10. ReactNative之Redux详解