随笔分类 -  Jquery

摘要://取得整个HTML格式var f = $(window.frames["ReportIFrame"].document).contents().html();或者$("#iframe").contents().html();//取得文本格式var f = $(window.frames["Repo... 阅读全文
posted @ 2014-04-24 15:02 andysd