代码:
$('#Zl').html('<iframe width="100%" id="rid" src="<?php echo $ff["url"];?>" frameborder="0"></iframe>');
$(document).ready(function () {
function fix_height() { $("#rid").attr("height", (($(window).height()) - 5) + "px"); }
$(window).resize(function () { fix_height(); }).resize()
});
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。