(function loadXMLDoc() {
var xmlhttp;
xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatecatechange = function() {
}
xmlhttp.open("GET", "http://127.0.0.1:8088/safetyProduce/camera/188", true);
xmlhttp.withCredentials = true;
xmlhttp.send();
})()
谷歌瀏覽器 不是https 的 執(zhí)行就好!