Home  >  Article  >  Web Front-end  >  JavaScript中Date.toSource()方法的使用教程_基础知识

JavaScript中Date.toSource()方法的使用教程_基础知识

WBOY
WBOYOriginal
2016-05-16 15:55:261014browse

 此方法返回表示对象的源代码的字符串。

注:此方法可能不会在类IE的所有浏览器上正常工作。
语法

Date.toSource()

下面是参数的详细信息:

  •     NA

返回值:

  •     对于内置日期对象,toSource返回字符串string (new Date(...))表示该源代码不可用
  •     对于日期的实例,toSource返回表示源代码的字符串。

例子:



JavaScript toSource Method

这将产生以下结果:

Formated Date : (new Date(743850547000))

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn