摘要:
$.ajax({ url : _url, type : 'GET', dataType : 'html', xhrFields: { withCredentials: true }, success : function(result){ $(dom).html(result); } }); 阅读全文
posted @ 2016-01-26 15:19
Sugar_冰渊
阅读(114)
评论(0)
推荐(1)
2016年1月26日