loadInfo: function() { //當(dāng)請求完成后調(diào)用本類中processInfo方法 var myAjax = new Ajax.Request( this.content, {method: 'get', parameters: "", onComplete: this.processInfo.bindAsEvent Listener (this)} ); }, // 將返回的文本信息顯示到高亮層上 processInfo: function(response){ //獲得返回...
www.dbjr.com.cn/article/81...htm 2025-5-30