Skip to content

Commit 044889e

Browse files
committed
修正了不能正常获取对象的问题(上次改变量名留下的问题)
1 parent 8906323 commit 044889e

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
@@ -50,7 +50,7 @@
5050
var XmlHttp;
5151
if (window.XmlHttpRequest) {
5252
// IE7+, Firefox, Chrome, Opera, Safari 浏览器执行代码
53-
XmlHttp = new XmlHttpRequest();
53+
XmlHttp = new XMLHttpRequest();
5454
} else {
5555
// IE6, IE5 浏览器执行代码
5656
XmlHttp = new ActiveXObject("Microsoft.XMLHTTP");

0 commit comments

Comments
 (0)