ajax負責請求和接收xml資訊,dom負責處理xml資訊。
dom:
php中,dom是php 與 xml(html)之間溝通的橋梁
j**ascript中,dom是j**ascript 與 html(xml)之間溝通的橋梁
xml需要從伺服器端返回到客戶端被j**ascript處理
ajax負責請求xml,dom(j**ascript)負責處理xml資訊
ajax+j**ascript實現對xml的接收處理,可以方便我們後期實現乙個靜態**(html+css+j**ascript)實現對各個介面資料的處理。
自定義的xml檔案
09.xml
<?xml version="1.0" encoding="utf-8"?>
北京23-31度
東風上海
25-32度
東南風深圳
29-35度
西南風&程式設計客棧lt;/city>
ajax對xml資訊的接收和處理處理**
執行結果
ajax接收xml資料 簡單的註冊案例
原始碼 register.php registerprocess,php 這裡兩句話很重要,第一講話告訴瀏覽器返回的資料是xml格式 header content type text xml charset utf 8 告訴瀏覽器不要快取資料 header cache control no cach...
用httpPost對JSON傳送和接收的例子
httppost傳送json 接收httppost中的json 將資料解碼 以上摘自 以下為自己開發例項 接收httppost中的json,並且通過gson解析 import com.google.gson.gson public attendanceinfo getattendanceinfofr...
winfrom中對xml的讀取和修改
winfromconfig.xml檔案 資料庫引數記錄檔案 127.0.0.1 pubs sasa 讀取xml server ds.tables 0 rows 0 server tostring trim 第一行 節點為server的 文字 asename ds.tables 0 rows 0 da...