摘要: 1、过滤内容中的emoji字符 2、更改mysql的字符集设置 (1):修改mysql数据库的编码为uft8mb4 (2):修改数据表的编码为utf8mb4 (3):修改连接数据库的连接代码 阅读全文
posted @ 2019-07-04 14:01 liwuming 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 1 public function uploads(){ 2 $logo_data = $this->request->post('logo_base64',''); 3 //$logo_data = $_POST['logo_base64']; 4 5 if(!empty($logo_data)){ 6 ... 阅读全文
posted @ 2019-07-04 08:18 liwuming 阅读(4851) 评论(0) 推荐(0) 编辑