在特定的情况:一般要设置延迟加载,否则不能够正常获取元素节点
window.setTimeout(function(){
window.frames["center"].document.getElementById("recharge").click();
},100)
http://java-my-life.iteye.com/blog/1275205
在特定的情况:一般要设置延迟加载,否则不能够正常获取元素节点
window.setTimeout(function(){
window.frames["center"].document.getElementById("recharge").click();
},100)
http://java-my-life.iteye.com/blog/1275205