CSS注释有两种方式:
例如:
body { font-size: 16px; // 设置整个页面的字体大小 }
/* 设置整个页面的字体样式 */ body { font-family: "Microsoft Yahei", Arial, sans-serif; }