getAttribute (name)获取标签行内属性

    setAttribute(name,value)设置标签行内属性

    removeAttribute (name)移除标签行内属性

    与element.属性的区别:上述三个方法用于获取任意的行内属性,包括自定义的属性。

    自定义属性操作 - 图1