简体中文
主题
解码 UTF-8 编码的字符串。
import { decodeUtf8 } from 'js-cool'
function decodeUtf8(utftext: string): string
utftext
string
string - 解码后的字符串。
decodeUtf8(encodedString) // '你好'