iframe刷新parent页面js代码: <script type="text/javascript"> function reloadParent() { parent.location.reload(); //当然主页面刷新后, iframe 也会被刷新的 } </script>