摘要:
1.修改php.ini配置文件: ;extension=php_mbstring.dll 去掉“;” 2.检查php是否能否加载php_mbstring.dll php -m 如果列表中没有mbstring,说明php_mbstring组件还没安装,需要安装php_mbstring。 先更新库 su 阅读全文
posted @ 2021-11-18 12:01
Ai~低调
阅读(289)
评论(0)
推荐(0)
摘要:
在执行代码中加入下面两行代码即可 ini_set("display_errors","On"); error_reporting(E_ALL); 阅读全文
posted @ 2021-11-18 11:51
Ai~低调
阅读(219)
评论(0)
推荐(0)