摘要:
$.ajax({ url: Next_Url, data: type, type: "GET", success: function (response) { $('#right').html(response); }, complete: function () { var languageType = location.href.substr(location.href.lastIndexOf("?") + 6, 5); change(languageType); } }); 阅读全文
posted @ 2013-02-27 09:26
小爪微凉
阅读(615)
评论(0)
推荐(0)