1、JS中常用的内置对象
内置对象类型 | 名称 |
Array |
数组 |
Math |
数字 |
Date |
日期 |
RegExp |
正则表达式 |
2、Array
数组
文章详情:https://blog.csdn.net/weixin_45065754/article/details/124000665
3、Math
数字对象
文章详情:https://blog.csdn.net/weixin_45065754/article/details/124005581
4、Date
日期对象
文章详情:https://blog.csdn.net/weixin_45065754/article/details/124005671