fireDragonpzy 发表于 2013-1-29 10:34:05

ror异步传输

$.ajax({type : "POST",url : "xxxxxxxxxxxxxxxx,success : function(data) {--对data进行数据处理});render :inline =>""#控制器中的响应

$.getJSON(encodeURI("/xxx/xxx/xxx_xxx?xxx=" + xxx), function(data) {--对data进行操作});
页: [1]
查看完整版本: ror异步传输