|
$.ajax({
crossDomin : true,
async : false,
type : "post",
dataType : "json",
url : require.toUrl("$UI/manage/new_j.j"),
data : {},
success : function(result) {
alert(result);
},
error : function(error) {
alert(error);
},
});
new_J.j
public class New_j extends com.justep.ui.impl.JProcessorImpl {
public String get()
{
return "123";
}
}
IE运行.J文件
- Request URL:
http://localhost:8080/x5/UI2/v_16587979b256418ba6241282623a94fcl_zh_CNs_d_m/manage/new_j.j - Request Method:
POST - Status Code:
200 OK
[size=13.3333px]
[size=13.3333px]
|
|