这次给大家带来获取iframe中document对象步骤详解,获取iframe中document对象的注意事项有哪些,下面就是实战案例,一起来看一下。
$(function() { var result = $('#myframe').prop('contentWindow').document; console.log(result); });
相信看了本文案例你已经掌握了方法,更多精彩请关注php中文网其它相关文章!
推荐阅读:
Atas ialah kandungan terperinci 获取iframe中document对象步骤详解. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!