使用 composer 命令安装 thinkphp5
composer create-project topthink/think tp5 --prefer-dist
安装完成后打开首页,报错如下:
定位到错误文件中,显示无法使用 … 这种类型的参数
随机查看这种参数类型是哪一个 PHP 版本才开始使用的
官网文档链接:
https://www.php.net/manual/zh/functions.arguments.php#functions.variable-arg-list
解决方法:
升级 PHP 版本至 PHP5.6 以上,我直接升级到 PHP 的最新版
更换 PHP 版本后,重新刷新页面后,恢复正常