var el = document.getelementbyid("element id name");
var ajax = new xmlhttprequest()
ajax.onreadystate = function(){
if (ajax.readystate==4 && ajax.status==200){
el.textcontent = ajax.responsetext;
}
}
【 在 northwind (北方的风) 的大作中提到: 】
: 我是学习经济管理的,现在来编程。确实基础太薄弱。
--
FROM 61.244.220.*