new TextDecoder([encoding[, options]])
创建一个新的 TextDecoder 实例。encoding 可以指定支持的编码之一或其别名。
【Creates a new TextDecoder instance. The encoding may specify one of the
supported encodings or an alias.】
TextDecoder 类也可以在全局对象上使用。
【The TextDecoder class is also available on the global object.】