增加:document.querySelector('.choice-answer .active').classList.add( "active-other");
去除:document.querySelector('.choice-answer .active').classList.remove("active-other");
替换:document.querySelector('.choice-answer .active').classList.replace("active","active-other");