📅  最后修改于: 2022-03-11 15:02:02.983000             🧑  作者: Mango
// Selecting the element
var btn = document.getElementById("myBtn");
// Setting new attributes
btn.setAttribute("class", "click-btn");
btn.setAttribute("disabled", "");