在使用attr()过程中遇到些许问题,总结归纳一下:
$(xo).attr(attribute)
$(xo).attr(attribute, value)
$(xo).attr({attribute1: value1, attribute2: value2})