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

怎么将以上所有的设置恢复原始值

怎么将以上所有的设置恢复原始值

提问者:qq_你猜_almFU2 2019-12-09 17:58

个回答

  • 晓之蛇
    2019-12-10 10:12:32

    var text = document.getElementById('txt'); //定位外层div标签
    text.removeAttribute("style"); //通过removeAttribute方法移除标签中的style属性