2010-04-04 41 views

回答

1
return Array.prototype.filter.call(
    document.getElementById("canvas_frame").contentDocument.getElementsByTagName("a"), 
    function(x){return /#inbox$/.test(x.href);} 
)[0]; 
+0

非常感谢你 – Valentina 2010-04-04 15:28:10

相关问题