摘要: //region 跨域 function GetPersonList() { $.ajax({ type: "get", async: false, url: "GetPerson", dataType: "jsonp", jsonp: "callback", success: function ( 阅读全文
posted @ 2016-12-13 14:23 爱上-睡觉 阅读(113) 评论(0) 推荐(0)