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

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

一直報(bào)502,大神們幫忙看看

一直報(bào)502,大神們幫忙看看

迪小仙 2016-08-13 16:57:52
<!DOCTYPE HTML><html><head> ? <meta charset="utf-8">? <title></title> ? <style type="text/css"> ? ? ?body,h1,input,button,select{ ? ? ? ? font-size: 30px; ? ? ? ?} ? </style></head><body> ? <h1>員工查詢</h1> ? <label>輸入員工編號:</label> ? <input type="text" id="keyword"><br> ? <button id="search">查詢</button><br> ? <p id="searchResult"></p><br> ? <h1>員工創(chuàng)建</h1> ? <label>員工姓名:</label> ? <input type="text" id="staffName"><br> ? <label>員工編號:</label> ? <input type="text" id="staffNumber"><br> ? <label>員工性別:</label> ? <select id="staffSex"> ? ? ?<option>男</option> ? ? ?<option>女</option> ? </select><br> ? <label>員工職位:</label> ? <input type="text" id="staffJob"><br> ? <button id="save">保存</button><br> ? <p id="createResult"></p> ? <script type="text/javascript"> ? ? ?document.getElementById("search").onclick=function(){ ? ? ? ? var request=new XMLHttpRequest(); ? ? ? ? request.open("GET","server.php?number="+document.getElementById("keyword").value); ? ? ? ? request.send(); ? ? ? ? request.onreadystatechange=function(){ ? ? ? ? ? ?if(request.readyState===4 && request.status===200){ ? ? ? ? ? ? ? alert("查詢成功!"); ? ? ? ? ? ? ? document.getElementById("searchResult").innerHTML=request.responseText; ? ? ? ? ? ?}else{ ? ? ? ? ? ? ? alert("發(fā)生錯誤:"+request.status); ? ? ? ? ? ?} ? ? ? ? } ? ? ?}// ? ?document.getElementById("save").onclick=function(){// ? ? ? var request=new XMLHttpRequest();// ? ? ? request.open("POST","server.php");// ? ? ? var data="name="+document.getElementById("")// ? ? ? request.send(data);// ? ?} ? </script></body> </html>
查看完整描述

2 回答

?
echo_kinchao

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

5XX是服務(wù)器的報(bào)錯 ? 服務(wù)器那邊的網(wǎng)關(guān)有問題

查看完整回答
反對 回復(fù) 2016-08-15
?
qq_非誠勿擾_3

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

502是網(wǎng)關(guān)錯誤,不是你的代碼問題,可能是你的服務(wù)器沒開啟

查看完整回答
反對 回復(fù) 2016-08-13
  • 迪小仙
    迪小仙
    服務(wù)器怎么開啟?怎么用phpstrom建立新站點(diǎn)???
  • 2 回答
  • 0 關(guān)注
  • 1469 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號

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