摘要:
$.ajax({ url : _url, type : 'GET', dataType : 'html', xhrFields: { withCredentials: true }, success : function(result){ $(dom).html(result); } }); 阅读全文
posted @ 2016-01-07 17:14 人生梦想起飞 阅读(424) 评论(0) 推荐(0)
|
摘要:
$.ajax({ url : _url, type : 'GET', dataType : 'html', xhrFields: { withCredentials: true }, success : function(result){ $(dom).html(result); } }); 阅读全文
posted @ 2016-01-07 17:14 人生梦想起飞 阅读(424) 评论(0) 推荐(0) |
||