js日期函数

1.内置对象有哪些(所有内置对象首字母都要大写):Arguement函数参数集合、Date日期时间、RegExp正则表达式对象

2.声明:var date=new Date();  var arr=new Array();

3.常用的函数日期和时间:getDate();getDay();getMonth();

猜你喜欢

转载自blog.csdn.net/liuyi0604/article/details/81156985
今日推荐