JS提供的內(nèi)置對(duì)象有Math、Array、Date、String等
1.Math對(duì)象(不是構(gòu)造函數(shù))


2.Date對(duì)象(是構(gòu)造函數(shù),實(shí)例化之后才能用)
(1)Date方法的使用

(2)日期格式化

3.Array對(duì)象
(1)數(shù)組對(duì)象的創(chuàng)建

(2)檢測(cè)是否為數(shù)組

(3)添加數(shù)組元素的方法

(4)數(shù)組排序

(5)數(shù)組索引方法

(6)數(shù)組轉(zhuǎn)換為字符串

(7)其他

4.字符串對(duì)象
(1)根據(jù)字符返回位置

(2)根據(jù)位置返回字符

(3)字符串操作方法

(4)replace()方法

(5)split()方法

(6)其他方法
