第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

一個(gè)Ajax簡(jiǎn)單例子,那里錯(cuò)了?就是沒反應(yīng)!

一個(gè)Ajax簡(jiǎn)單例子,那里錯(cuò)了?就是沒反應(yīng)!

慕粉小奮青 2016-06-30 17:55:02
<script type="text/javascript">? ? function Ajax(){ ? ?var xmlHttpReq=null; if(window.ActiveXObject){ xmlHttpReq = new ActiveXObject("Microsoft.XMLHTTP"); } else if(window.XMLHttpRequest){ xmlHttpReq=new XMLHttpRequest(); } xmlHttpReq.open("GET","text.php",true); xmlHttpReq.onreadystatechange=RequestCallBack; xmlHttpReq.send(null); function RequestCallBack(){ if(xmlHttpReq.readyState==4){ if(xmlHttpReq.status==200){ document.getElementById("resText").innerHTML=xmlHttpReq.responseText; } } } } </script></head><body><input type="button" value="Ajax提交" onclick="Ajax()" /><div id="resText"> </div></body></html>index.html:21 XMLHttpRequest cannot load file:///F:/%E8%81%8A%E5%A4%A9%E5%AE%A4/text.php. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.Ajax @ index.html:21
查看完整描述

2 回答

?
檸檬酸鈉

TA貢獻(xiàn)331條經(jīng)驗(yàn) 獲得超534個(gè)贊

樓主是不是在本地直接以file:///的格式打開的文件,ajax不支持本地模式哦,還有本地的php文件也跑不起來,沒法執(zhí)行,樓主可以搭建個(gè)本地服務(wù)器試試

查看完整回答
1 反對(duì) 回復(fù) 2016-06-30
  • 2 回答
  • 0 關(guān)注
  • 2555 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)