Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

String.prototype.toSource()

这篇翻译不完整。请帮忙从英语翻译这篇文章

非标准
该特性是非标准的,请尽量不要在生产环境中使用它!

toSource() 方法返回一个代表对象的源代码。

语法

String.toSource()
str.toSource()

描述

toSource() 方法返回以下值:

对于内建对象 String , toSource()返回以下值说明源码不可用:

function String() {
    [native code]
}

对于实例String 或者字符串, toSource() 返回一个字符串表示源码.

这种方法通常在内部被JavaScript调用,而不是明确的代码。.

规范

不属于任何标准. 在 JavaScript 1.3实现了.

浏览器适配

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support ? (Yes) ? ? ?
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support ? ? (Yes) ? ? ?

参见

文档标签和贡献者

 此页面的贡献者: AlixWang
 最后编辑者: AlixWang,