标签:
在测试自己制作的搜索页模板时,如果遇到搜索时提示"关键字不能小于2个字节!"!打开plus/search.php把if(($keyword==‘‘ || strlen($keyword)<2) && empty($typeid)){ ShowMsg(‘关键字不能小于2个字节!‘,‘-1‘); exit();} 删除.
dedecms搜索提示"关键字不能小于2个字节!"
原文地址:http://www.cnblogs.com/onlylove2015/p/4392118.html