javascript跳转页面

 <script type="text/javascript">
        function openNewTab() {
            parent.addExampleTab({
                id: arguments[0],
                iframeUrl: arguments[1],
                title: arguments[2],
                iconFont: arguments[3],
                refreshWhenExist: true
            });
        }
    </script>

猜你喜欢

转载自www.cnblogs.com/wangjp-1233/p/10548946.html