国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

javascript父子通信

2019-11-21 02:04:00
字體:
供稿:網(wǎng)友
<script language="javascript" defer="defer">
var parent = 
{
    //
    say:function ()
    {
        //
        alert("parent_say");
    },
    alert:function ()
    {
        //
        alert("parent");
        this.say();
    }
};
//


parent.addChild("child",
    {
        //
        say:function ()
        {
            //
            alert("child_say");
        },
        alert:function ()
        {
            //
            alert("child");
            this.parent.say();
        }
    }
);
//parent.child.alert();
//parent.alert();
var c = parent.child;
c.alert();
</script>



<script language="javascript">
Object.prototype.addChild=function(oName, obj)
{
    eval("var p=this."+oName+"= new Object()");
    this[oName]=obj;
    this[oName].parent=this;
}
</script>
效果演示:

[Ctrl+A 全選 注:如需引入外部Js需刷新才能執(zhí)行]
發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 从化市| 邢台市| 巧家县| 桃江县| 白朗县| 红河县| 祁阳县| 和田市| 偏关县| 句容市| 饶平县| 大方县| 哈密市| 西华县| 高清| 乌鲁木齐县| 张家川| 兴和县| 巴东县| 上蔡县| 苍山县| 通辽市| 武胜县| 志丹县| 河津市| 凤庆县| 河北区| 盐山县| 武安市| 固镇县| 布拖县| 海晏县| 新平| 广汉市| 铜梁县| 沾化县| 宁明县| 凤山市| 肃宁县| 沙田区| 宁明县|