时间:2021-07-01 10:21:17 帮助过:20人阅读
<?php $text = ' Test paragraph. Other text'; echo strip_tags($text); echo "\n"; // Allow echo strip_tags($text, ' '); ?>
上例将输出: Test paragraph. Other text
Test paragraph.
< 上一篇
服务器被访问的速度由哪些因素决定
下一篇 >
php应用mktime获取时间戳的例子分析
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册