参考: php - How do I remove  from the beginning of a file? - Stack Overflow.
How do I remove  from the beginning of a file?
在做文件合并的时候发现css文件合并后总是不对,于是首先把换行压缩为空格的代码屏蔽,发现仍有部分样式不对,用w3c css验证工具发现某行样式定义前有乱码,表现为#topNav {}
http://jigsaw.w3.org/css-validator/validator
通过查询发现是utf8文件的bom头在作怪,把源文件的bom头去掉就好了