public static function textMessage($content) { $content = str_replace("\\n", "\n", $content); //返回数据处理换行符 $content = str_replace("\\r", "\r", $content); //返回数据处理换行符 return new Text(compact('content')); }
新增注释两行代码代码 public static function textMessage($content) { $content = str_replace("\\n", "\n", $content); //返回数据处理换行符 $content = str_replace("\\r", "\r", $content); //返回数据处理换行符 return new Text(compact('content')); }
新增注释两行代码代码 CRMEB官方 最后编辑于2021-11-27 15:03:39
{{item.user_info.nickname ? item.user_info.nickname : item.user_name}} LV.{{ item.user_info.bbs_level }}
{{itemf.name}}
{{itemc.user_info.nickname}}
{{itemc.user_name}}
回复 {{itemc.comment_user_info.nickname}}{{itemf.name}}
相关推荐
快速安全登录
微信登录/注册
{{ bind_phone ? '绑定手机' : '手机登录'}}