标签: jquery internet-explorer iframe
我的cshtml中有一个iframe
<iframe id='my_iframe' name='my_iframe' src=""></iframe>
我使用我的jquery
var uploadDocResult = $('#my_iframe').contents().find('p').html();
哪个在Chrome中成功但在IE中没有成功。 如何在IE中使用jquery读取iframe内容?