var json = {
"mplxbh" : mplxbh,
"mplxmc" : mplxmc,
};
var params = new biz.Request.ActionParam();
params.setString("jsonStr",JSON.stringify(json))
biz.Request.sendBizRequest({
"context" : this.getContext(),
"action" : "Java方法",
"directExecute" : true,
"parameters" : params,
"callback" : function(data) {
}
});
转载请注明原文地址:https://blackberry.8miu.com/read-1427.html