用JS代码去实现AJAX的技术
用JS代码去实现AJAX的技术
日期:2022-04-01 10:10:13 人气:1
// JScript 文件
var xmlHttp;
function createxmlHttp()//创建xmlHttp对象;
{
if(window.ActiveXObject)
{
xmlHttp=new ActiveXObject("Microsoft.XMLHTTP"
var xmlHttp;
function createxmlHttp()//创建xmlHttp对象;
{
if(window.ActiveXObject)
{
xmlHttp=new ActiveXObject("Microsoft.XMLHTTP"