$(document).ready(function(e) {
var iframe = document.getElementById("zhanqi-live");
if (iframe.attachEvent) {
//todo something
} else {
iframe.onload = function () {
//todo something
}
}
});
獲取iframe變量 :iframe.contentWindow. variate