function fff(m){......}
var n=document.creatElementById("input")
n.type="button";
n.>xxxxx
......
var n=document.creatElement("input")
n.type="button";
n.;
n.onclick=function(){fff(this.id);}
function fff(m){......}
var n=document.creatElementById("input")
n.type="button";
n.>xxxxx
......
var n=document.creatElement("input")
n.type="button";
n.;
n.onclick=function(){fff(this.id);}
相关文章: