标签:style blog http color os io 2014 art
JQuery‘ post&get: asynchronous.
var client; function getClient(){ $.ajax({ url: "...", async: false, //同步方式 type: "GET", //"POST" // data: .... success: function (data) { client = $.parseJSON(data); } }); }
JQuery>>>get/post赋值全局变量,布布扣,bubuko.com
标签:style blog http color os io 2014 art
原文地址:http://www.cnblogs.com/xiaowangzi2013/p/3875554.html