zz = function(){ function s_time(){
alert("xxx");
}
setInterval("s_time()",1000);
}
zz();
在構造函數內定義構造函數提示函數未定義,明明定義了
桃花長相依
2018-09-15 10:09:30