2

当我有一个通过 phpQuery 运行的文件时,该文件包含类似 ©其中的内容以某种方式添加了 Â。

所以当我有这个文件(hello.html)时:

hello, this is a test ©

我运行这段代码:

$f = phpQuery::newDocumentFile( 'hello.html' );
echo $f->html();

我得到以下输出:

hello, this is a test ©

有什么我可以做的吗?

4

1 回答 1

1
于 2013-01-08T02:57:06.203 回答