本人ajax留言板的源程序 不错的应用js
复制代码 代码如下://JavaScriptDocument function$(id) { returndocument.getElementById(id); } functionecho(obj,html) { $(obj).innerHTML=html; } functionfopen(obj) { $(obj).style.display=""; } functionfclose(obj) { $(obj).style.display="none...