📅  最后修改于: 2022-03-11 15:03:44.532000             🧑  作者: Mango
var root = document.getElementsByTagName( 'html' )[0]; // '0' to assign the first (and only `HTML` tag)
root.className += ' responsive';