标签: java javascript json
我有一段代码,
var jObj = {"key1" : "value1", "key2" : "value2"};
我想要做的是,我想把它作为这样的DWR调用的参数传递,
dwrClass.dwrMethod(jObj);
有可能吗?