本文介绍了"vnd"的含义是什么?在MIME类型?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在阅读内容提供者时,我一直想知道为什么Android MIME类型的类别和类型都以vnd作为前缀.例如:
Reading up on content providers, I keep wondering why both the category and type of Android MIME types are prefixed with vnd. For example:
vnd.android.cursor.dir/vnd.<something>
vnd.android.cursor.item/vnd.<something>
任何人都知道这代表什么,意思是什么?
Anyone know what this stands for and what the point is?
推荐答案
vnd
表示供应商特定的MIME类型 ,这意味着它们是公司机构(而非例如)引入的MIME类型互联网联盟.
vnd
indicates vendor-specific MIME types, which means they are MIME types that were introduced by corporate bodies rather than e.g. an Internet consortium.
这篇关于"vnd"的含义是什么?在MIME类型?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!