各种文件要想用HTTP协议传输,就要遵守MIME文件标准
eg:
<style type="text/css">
h2{
color: blue;
}
</style>
text是css的父类型
w3c MIME参考手册:
http://www.w3school.com.cn/media/media_mimeref.asp
各种文件要想用HTTP协议传输,就要遵守MIME文件标准
eg:
<style type="text/css">
h2{
color: blue;
}
</style>
text是css的父类型
w3c MIME参考手册:
http://www.w3school.com.cn/media/media_mimeref.asp