Appearance
@charset 规则定义样式表的字符编码。
@charset "charset";
@charset "UTF-8"; @charset "ISO-8859-1"; @charset "Shift_JIS";
@charset "UTF-8"; /* 样式 */ body { color: #333; }