DOMDocument ::loadHTML 默认编码是 ISO-8859-1 ,所以我们需要做编码声明: $dom->loadHTML(mb_convert_encoding($profile, 'HTML-ENTITIES', ...
確定! 回上一頁