JavaScript: The Definitive Guide
25.192. JSObject.toString( ): return the string value of a JavaScript object
Java method in Java plug-in
25.192.1. Synopsis
public String toString( )
25.192.1.1. Returns
The string returned by invoking the toString( ) method of the JavaScript object represented by the specified Java JSObject. 25.192.2. Description
The toString( ) method of the Java JSObject class invokes the JavaScript toString( ) method of the JavaScript object represented by a JSObject and returns the result of that method. |
Категории