charset 属性

String? charset

如果有的话,获取字符集。

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

实现

String? get charset;