Home > Backend Development > PHP Tutorial > 这里的@是什么用意啊

这里的@是什么用意啊

WBOY
Release: 2016-06-23 13:55:56
Original
838 people have browsed it


回复讨论(解决方案)

css hacker 的做法

charset...你懂的

http://www.divcss5.com/shouce/a_charset.shtml

还是没有明白

:字符编码。如:@charset "utf-8";
说明:
在外部样式表文件内使用。指定该样式表使用的字符编码。
该规则后面的分号是必需的,如果省略了此分号,会生成错误信息。
在外部css文件中写法如下:
示例代码:
@charset "utf-8";
body{sRules}
div{sRules}

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template