2016年7月27日
摘要: ajax基本用法: $.ajax({ url: ctx + "controller/test", type: "post", data : { A:"a", B:"b" }, dataType:"json", success: function (data) { //后台返回success ... 阅读全文
posted @ 2016-07-27 09:59 陌生街中吹起褪色故梦 阅读(264) 评论(0) 推荐(0)