📜  javascript 添加属性 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:11.633000             🧑  作者: Mango

代码示例6
// Here's what you do for the style attribute
span.setAttribute("style", "width:110%;float:center;left-margin:-10px;top-margin:-10;");