Skip to content

Commit c7f458f

Browse files
committed
啊嘞,刚刚漏改了一个地方,现在修复好了
1 parent 044889e commit c7f458f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}
4949
function GetXmlHttp() {
5050
var XmlHttp;
51-
if (window.XmlHttpRequest) {
51+
if (window.XMLHttpRequest) {
5252
// IE7+, Firefox, Chrome, Opera, Safari 浏览器执行代码
5353
XmlHttp = new XMLHttpRequest();
5454
} else {

0 commit comments

Comments
 (0)