JavaScript Tutorial/String/toSource — различия между версиями

Материал из Web эксперт
Перейти к: навигация, поиск
 
м (1 версия)
 
(нет различий)

Текущая версия на 11:24, 26 мая 2010

String.toSource()

If this method is invoked on the core String object, it will return something like the following:



   <source lang="javascript">

function String() { [native code] }</source>