JavaScript 日期构造函数属性
下面是Date 构造函数属性的示例。
- 例子:
JavaScript
html
JavaScript Date constructor Property
GeeksforGeeks
JavaScript Date constructor Property
returns the function that created the
Date's prototype:
html
JavaScript Date constructor Property
GeeksforGeeks
JavaScript Date constructor Property
returns the function that created
the Date's prototype:
- 输出:
Date.constructor:function Date() { [native code] }
在 JavaScript 中, Date 构造函数属性返回对象的构造函数。对于 JavaScript Date 构造函数属性返回函数 Date() { [native code] } 。
句法:
Date.constructor
返回值:返回函数Date() { [native code] }。
上述属性的更多示例代码如下:
示例 1:此示例使用构造函数属性并返回日期构造函数。
html
JavaScript Date constructor Property
GeeksforGeeks
JavaScript Date constructor Property
returns the function that created the
Date's prototype:
输出:
示例 2:此示例使用构造函数属性并返回日期构造函数。
html
JavaScript Date constructor Property
GeeksforGeeks
JavaScript Date constructor Property
returns the function that created
the Date's prototype:
输出:
支持的浏览器: JavaScript 日期构造函数属性支持的浏览器如下:
- 谷歌浏览器 1 及更高版本
- 边缘 12 及以上
- 火狐 1 及以上
- Internet Explorer 8 及更高版本
- Opera 3 及以上
- Safari 1 及以上