【发布时间】:2012-05-22 16:00:32
【问题描述】:
我正在抓取一些网站,并且有 ASCII 文本,我想将其转换为纯文本以存储在数据库中。比如我想要
I have got to tell anyone who will listen that this is
one of THE best adventure movies I've ever seen.
It's almost impossible to convey how pumped I am
now that I've seen it.
转换为
I have got to tell anyone who will listen that this is
one of THE best adventure movies I've ever seen. It's
almost impossible to convey how pumped I am now that
I've seen it.
我用谷歌搜索了我的手指,有什么帮助吗?
【问题讨论】:
-
感谢您的帮助,效果很好!
-
Decoding numeric html entities via PHP 的可能重复项,以及右侧的相关问题。