最新回答 / qq_唐僧xw_03526392
Check the listening port in httpd.conf, not connection if it is being used.Check the path & folder where you put your file, the web files are supposed to be in "htdocs" folder.Check your settings in the dreamweaver, make sure the server settings are a...
2016-07-22
最新回答 / qq_唐僧xw_03526392
test.php的運(yùn)行結(jié)果:<!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>AjaxDemo</title></head><body><h1>This is a test page: </h1><? phpecho "Hello ...
2016-07-22
已采納回答 / gunitunit
readyState==4是表示請求完成,響應(yīng)已經(jīng)就緒的這一步。 request.status==200表示請求成功。返回狀態(tài)200和請求完成不一定同時(shí),兩者肯定是在不同時(shí)間點(diǎn)改變的。 你后面的寫法邏輯上其實(shí)也一樣的。
2016-07-19
已采納回答 / gunitunit
去學(xué)學(xué)html DOM基礎(chǔ), 所有表單元素,對應(yīng)的DOM對象,都有value這個(gè)屬性。這個(gè)value就是表單元素輸入的值。
2016-07-19
最新回答 / 慕粉3988711
<?php//設(shè)置頁面內(nèi)容是html編碼格式是utf-8//header("Content-Type: text/plain;charset=utf-8");?header("Content-Type: application/json;charset=utf-8");?//header("Content-Type: text/xml;charset=utf-8");?//header("Content-Type: text/html;charset=utf-8");?//header("Conte...
2016-07-15
已采納回答 / 上頭
你的圖看起來有點(diǎn)模糊, 我吃力地大概看了四次。發(fā)現(xiàn)你最后的那個(gè)'.$value["job"].'后面漏了個(gè)小數(shù)點(diǎn)".";<...code...>這是我自己寫的代碼,運(yùn)行沒問題的了, 你可以試試覆蓋一下你的看看還有沒有報(bào)錯(cuò),如果有就是你這部分的代碼錯(cuò)了,如果沒有應(yīng)該考慮一下其他地方還有沒有報(bào)錯(cuò),希望你的問題可以早日解決,加油
2016-07-12