JavaScript Tutorial/String/toSource — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:24, 26 мая 2010
String.toSource()
If this method is invoked on the core String object, it will return something like the following:
function String() { [native code] }