06 2013 档案
摘要://首先上xml文件<?xml version="1.0" encoding="utf-8" ?><Info> <User id="1"> <name>陶国荣</name> <sex>男</sex> <email>tao_guo_rong@163.com</email> </User></Info><!DOCTYPE html><html xmlns="http://www.w
阅读全文
摘要:用try cath 方法比较好点,如果出现问题它会跳到异常执行,不会出现一些什么undefine ... function CreateXmlHttpRequest() { try { // Firefox, Opera 8.0+, Safari xmlHttp = new XMLHttpRequest(); } catch (e) { // Internet Explorer try...
阅读全文