我是这样理解XmlHttp对象的:xml是一种文档类型Http可以把它看做是浏览器XmlHttp:可以解释为把xml的内容读到浏览器上(网页上),把这句话封装一下,见下XmlHttp是浏览器对象,起的功能是把后台xml等文件的内容读到http网页上看来这个对象很有用,要用就要创建它,创建方法有两种(根据您的浏览器决定其一种方法): function createXMLHttpRequest(){ if(window.ActiveXObject){ xmlHttp = new ActiveXObj…
XML - Main <?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"…