问答详情
源自:4-1 编程挑战

取消设置怎么做

能否用到className,

提问者:kj1989 2015-12-19 13:05

个回答

  • 杨埔
    2015-12-19 13:24:31

    Object.removeAttribute("style");

    这个用来清除格式

    http://www.w3school.com.cn/jsref/met_element_removeattribute.asp

    这里有资料

  • 李晓健
    2015-12-19 13:15:46

    可以的 ,其他的操作都用className来做  取消时,就把className还原就行了。

  • lynhao
    2015-12-19 13:15:28

    removeAttribute('style');用这个属性就行