等同js脚本里的unescape函数
null Core_Str::unescape( [ string $encode = string(5) "UTF-8" ] )
参数列表 参数 类型 描述 默认值 $encode string $encode string(5) "UTF-8"
$encode
string
public function unescape($encode = 'UTF-8') { return Text::unescape($this->data, $encode); }