获取标签的属性
box.getAttribute(name);
设置标签的属性
box.setAttribute(name, value);
移除标签的属性
box.removeAttribute(name);