Parse error: syntax error, unexpected '[' in E:\phpStudy\WWW\myblog\public\tpl\page_tpl.php on line 3
The above problem appears at the bottom, please solve it.
silver2020-01-31 21:22:11
if (count($_GET)==0 || (array_keys($_GET)[0])=='page'){
改成if (count($_GET)==0 || (array_keys($_GET))=='page'){
秋香姐家的小书童2019-03-31 11:48:09
There is something wrong with your syntax. If I don’t show the picture, I can’t help you. But judging from the error message, it should be something in the code. [ There is something wrong with it