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

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

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

String.toString()

If invoked on the core String object, will return the object type or the name of the constructor that created the object. This will be something like the following:



   <source lang="javascript">

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