发布网友
共1个回答
热心网友
var btn=document.getElementById("Button1");
btn.onclick=function()
{
this.value="我已经被点击"; //this表示的就是btn
}