Ajax 初识
摘要:
参考:http://www.w3school.com.cn/ajax/index.asphttp://www.w3school.com.cn/php/php_ajax_intro.asp什么是 AJAX ?AJAX = 异步 JavaScript 和 XML。AJAX 是一种用于创建快速动态网页的技术。XMLHttpRequest 是 AJAX 的基础。创建 XMLHttpRequest 对象function GetXmlHttpObject(){var xmlHttp=null;try { // Firefox, Opera 8.0+, Safari xmlHttp=new XMLHttpR 阅读全文
posted @ 2013-02-22 13:37 Lo0ong 阅读(184) 评论(0) 推荐(0)
浙公网安备 33010602011771号