使用ajax——ajax四部曲

1.創建異步對象 var xhr=new XMLHttpRequest(); 2.創建請求 xhr.open(method,url,isAsyn); xhr.open(「get」,「http://127.0.0.1:8080/login」,true); method:請求的方法,注意,必須是字符串形式"get",「post」 url:請求的url,注意,必須是字符串形式 isAsyn:是否使用異步
相關文章
相關標籤/搜索