我看到是很多空格。。。
但是正常的输入空格没道理会成功的。。
有爱好者来帮我找找原因吧。
链接地址
http://bbs.youyax.com/Content-5511
关于过滤的写法
public function transform($txt)
{
$txt = trim($txt);
$txt = addslashes(htmlspecialchars($txt, ENT_QUOTES, "UTF-8"));
if (preg_match_all("/Quote:(.+?)[/quote]/is", $txt, $match)) {
$txt = preg_replace('/s*rns*/', '', $txt, 1);
}
$huanhang = array(
"rn",
"n",
"r"
);
$txt = str_replace($huanhang, '<br>', $txt);
------解决方案--------------------
图片显示:文字到省略号间有一段空白
连浏览器都不认为是半角空格,你还 s 有何用?
友情提示:垃圾评论一律封号 加我微信:826096331拉你进VIP群学习群