$(function() {
var result = $('#myframe').prop('contentWindow').document;
console.log(result);
});

这样输出来的结果是:document对象

04-18 04:27