http://blog.csdn.net/u014607184/article/details/52027879 這個講的比較明白的
2018-02-06
一般三目運算
var request;
window.XMLHttpRequest?request = new XMLHttpRequst():(new ActionXobject("Microsoft.XMLHTTP"); )
var request;
window.XMLHttpRequest?request = new XMLHttpRequst():(new ActionXobject("Microsoft.XMLHTTP"); )
2018-02-05
原來就搭好服務器,跟著老師操作,非常厲害的工具,一遍過,穩(wěn)穩(wěn),但是沒有數(shù)據(jù)庫是敗筆,新創(chuàng)建好的員工無法寫入數(shù)據(jù)庫或PHP文件中
2018-02-01
getAllResponseHeaders() !!!末尾加‘s’!!!
getResponseHeader(name) !!!末尾沒有‘s’!!!
這個麻煩的英文語法……我都被報錯‘not a function’好幾回才發(fā)現(xiàn)……
getResponseHeader(name) !!!末尾沒有‘s’!!!
這個麻煩的英文語法……我都被報錯‘not a function’好幾回才發(fā)現(xiàn)……
2018-01-28