public class AutoResizeBox extends RichTextArea
{
public AutoResizeBox()
{
set(getElement());
}
public static native void set(Element f) /*-{
console.log(f.tagName) ;
我需要從json獲取價值。它對返回的對象完美地工作,但有時我只得到json值 - 就像布爾值。而且我無法從GWT中返回的json中獲取它。 我有JSNI函數getJson()用於檢索與GWT教程StockWatcher相同的json。我想這是該函數的相關部分,返回的字符串轉換爲JavaScriptObject? // [2] Define the callback function on the