Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我有一个通过 phpQuery 运行的文件时,该文件包含类似 或©其中的内容以某种方式添加了 Â。
©
所以当我有这个文件(hello.html)时:
hello, this is a test ©
我运行这段代码:
$f = phpQuery::newDocumentFile( 'hello.html' ); echo $f->html();
我得到以下输出:
hello, this is a test ©
有什么我可以做的吗?