php自动生成txt解决方法

WBOY
Release: 2016-06-13 13:41:15
Original
818 people have browsed it

php自动生成txt
php自动的把一个div标签里的内容生成txt.
是一行一个的,txt里也保存成一行一个
并把空格去掉
这要怎么写啊

------解决方案--------------------
如果div内容少,可以用此方法,大数据量不建议用。
如果可以,你还是将div的内容从后台显示,那么就可以在浏览器显示前,将内容写入文件。

HTML code




Copy after login
aaaaaaaaa bbbbbbbbb
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!