jquery iframe 自适应高度问题
<script type="text/javascript">$(function(){$("#workspace").load(function(){$(this).height($(this).contents().find("body").attr('scrollHeight')); })});</script>