国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

javascript - How to get response header information in js
為情所困
為情所困 2017-06-28 09:28:56
0
2
1128

How to get response header information in js, use sessionstatus=XMLHttpRequest.getResponseHeader("sessionStatus"); and the result is null.

Please help me guys find out how to solve it. The screenshots are as follows:

為情所困
為情所困

reply all(2)
洪濤
var req = new XMLHttpRequest();
req.open('GET', document.location, false);
req.send(null);
var headers = req.getAllResponseHeaders().toLowerCase();
alert(headers);
漂亮男人

See if you write sessionStatus in all lower case, try writing it in camel case.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template