时间:2021-07-01 10:21:17 帮助过:9人阅读
function xx (num,str){//说明 var a = num;this.aa = a; this.bb = function(){alert(str);} this.cc = function(){for(var i=0;i<10;i++){document.title=i;}}};
xx.prototype.dd= function(){alert("d d kd");}
var a = new xx(100,"hello"),b=new xx(0,"ttyp"); if(1>2) { alert(); } else { alert(" hell "); }
a.bb(); b.dd(); alert(a.aa);
< 上一篇
表格轮换显示强_广告代码
下一篇 >
accesskey提交_JavaScript
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册