Live2D 看板娘 / Demo

子页面是iframe框架中 子页面改变父页面的值

  <script type="text/javascript">
        window.onload = function () {
            parent.document.getElementById('SupName').text = $("#txtName").val();
        }
    </script>

  

posted @ 2016-06-04 15:06  MChuang  阅读(786)  评论(0编辑  收藏  举报