找到下面文件位置
vendor/electrolinux/phpquery/phpQuery/phpQuery/phpQueryObject.php:1040
vendor/electrolinux/phpquery/phpQuery/phpQuery/phpQueryObject.php:1055
将 $params{0}
和 $params{1}
更改为 $params[0]
, $params[1]
否则会报错:Array and string offset access syntax with curly braces is deprecated
这是因为php7.4
不在支持花括号访问数组