类:util.MIMEType


【Class: util.MIMEType

MIMEType 类 的一个实现。

【An implementation of the MIMEType class.】

根据浏览器约定,MIMEType 对象的所有属性都作为类原型上的 getter 和 setter 实现,而不是作为对象自身的数据属性。

【In accordance with browser conventions, all properties of MIMEType objects are implemented as getters and setters on the class prototype, rather than as data properties on the object itself.】

MIME 字符串是一个包含多个有意义组件的结构化字符串。解析后,会返回一个 MIMEType 对象,其中包含每个组件的属性。

【A MIME string is a structured string containing multiple meaningful components. When parsed, a MIMEType object is returned containing properties for each of these components.】