我有以下 HTML:
<html class="black abc"> or
<html class="red def"> or
<html class="red this is a test">
etc ...
使用以下函数,我可以获得第一类的值:
var color = html.className.split(' ')[0]
我怎样才能把头等舱改成别的东西。例如我该如何改变:
<html class="black abc">
to
<html class="red abc">