charset 属性

String? charset

获取字符集(如果有)。

对于完整的 MIME 类型 text/html;charset=utf-8charset 值是字符串 utf-8

实现

String? get charset;