0
try{
window.parent.document.body.onscroll = scroll;

function scroll(){
   cs_flag.isScrolled=1;
   console.log(getResult());
}
}
catch(e){
document.body.onscroll = scroll;

function scroll(){
   cs_flag.isScrolled=1;
   console.log(getResult());
}

}

问题是滚动事件处理程序发出这些异常 NS_ERROR_XPC_NOT_ENOUGH_ARGS: Not enough arguments [nsIDOMWindow.scroll] 因此滚动时 isScrolled 未设置为 1。请帮助。

提前感谢

4

0 回答 0