当前位置: 首页 > 网络学院 > 客户端脚本教程 > JavaScript > JavaScript valueOf()方法
The valueOf() method returns the primitive value of a Date object.
valueOf()方法可以返回Date对象的原始值
The primitive value is inherited by all objects descended from the Date object.
原始值可以被所有来自Date对象的子对象所继承
The valueOf() method is usually called automatically by JavaScript behind the scenes and not explicitly in code.
JS可以用自动的在后台调用valueOf()方法而不需要明确的代码
dateObject.valueOf() |