<iframe id="orderFrame" name="orderFrame" src="/html/bet.html"></iframe>
var orderFrame = $(jqObj_orderFrame.find('#orderFrame').prop('contentWindow').document);
console.log(orderFrame);
jQuery获取iframe的document对象
阅读 121
2023-01-13
<iframe id="orderFrame" name="orderFrame" src="/html/bet.html"></iframe>
var orderFrame = $(jqObj_orderFrame.find('#orderFrame').prop('contentWindow').document);
console.log(orderFrame);
相关推荐
精彩评论(0)