×

content type content type是什么意思

html中的content-type是什么意思?英语翻译

admin admin 发表于2022-05-13 04:19:43 浏览174 评论0

抢沙发发表评论

html中的content-type是什么意思

content-type是内容类型,用于定义网络文件的类型和网页的编码,决定文件接收方将以什么形式、什么编码读取这个文件。

用法示例:《meta content=“text/html; charset=gb2312“

扩展资料

content-type文件内容对照:

“.*“=“application/octet-stream“

“.001“=“application/x-001“

“.301“=“application/x-301“

“.323“=“text/h323“

“.906“=“application/x-906“

“.907“=“drawing/907“

“.a11“=“application/x-a11“

“.acp“=“audio/x-mei-aac“

“.ai“=“application/postscript“

“.aif“=“audio/aiff“

“.aifc“=“audio/aiff“

“.aiff“=“audio/aiff“

“.anv“=“application/x-anv“

“.asa“=“text/asa“

“.asf“=“video/x-ms-asf“

“.asp“=“text/asp“

“.asx“=“video/x-ms-asf“

“.au“=“audio/basic“

“.avi“=“video/avi“

“.awf“=“application/vnd.adobe.workflow“

“.biz“=“text/xml“

“.bmp“=“application/x-bmp“

“.bot“=“application/x-bot“

“.c4t“=“application/x-c4t“

“.c90“=“application/x-c90“

“.cal“=“application/x-cals“

“.cat“=“application/s-pki.seccat“

“.cdf“=“application/x-netcdf“

“.cdr“=“application/x-cdr“

“.cel“=“application/x-cel“

“.cer“=“application/x-x509-ca-cert“

“.cg4“=“application/x-g4“

“.cgm“=“application/x-cgm“

参考资料来源:百度百科-ContentType

英语翻译

1 get well along with2 bearing too much pressure3 thought failed4 his ticket is5 forgot lost

JavaScript里面的Prototype是什么意思怎么用

prototype是原型的意思,也就是JS对象的原型,一般用来扩展原型的时候用.

prototype是一个属性,所有的函数都有,这个属性引用了一个对象.prototype对象是实现面向对象的一个重要机制.每个函数都是一个对象,它们对应的类就是function,每个函数对象都具有一个子对象prototype,prototype表示了该函数的原型.-type是什么意思