📜  使用 javascript 代码示例为 html 创建一个属性

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

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