$.ajax({type:
"OPTIONS"
,url:
"/"
,complete:
function
(x){alert(x.getResponseHeader(
"Date"
))}})
$.ajax({type:
"OPTIONS"
,url:
"/"
,complete:
function
(x){alert(x.getResponseHeader(
"Date"
))}})
转载于:https://www.cnblogs.com/ChouXiaoShou/p/JQuery_ajax.html