方式一
document.querySelector("#firsttext").onclick=function(){}
方式二
document.querySelector("#firsttext").addEventListener('click',function(e){});
方式一
document.querySelector("#firsttext").onclick=function(){}
方式二
document.querySelector("#firsttext").addEventListener('click',function(e){});
本文标题:JavaScript总结(九)--两种原生点击方式
本文链接:https://www.haomeiwen.com/subject/lthxyftx.html
网友评论