var selfDefinFun = {
yes:function(){
alert("this is the self-succe function!");
},
no:function(){
alert("this is the self-error function");
}
};
selfDefinFun.yes();
javascript 高级
最新推荐文章于 2025-08-15 09:01:53 发布
var selfDefinFun = {
yes:function(){
alert("this is the self-succe function!");
},
no:function(){
alert("this is the self-error function");
}
};
selfDefinFun.yes();