var cls={ my:, init:function() { alert(this.my.a); }};window.onload=function(){ cls.init();}调用cls.init();