Deprecated: Array and string offset access syntax with curly braces is deprecated in /www/wwwroot/dz 324行代码 if(strpos($tablepre, '.') !== false || intval($tablepre{0})) 修改后为 if(strpos($tablepre, '.') !== false || intval($tablepre[0])) {0} 改为 [0]
Deprecated: Array and string offset access syntax with curly braces is deprecated in /www/wwwroot/dz 324行代码 if(strpos($tablepre, '.') !== false || intval($tablepre{0})) 修改后为 if(strpos($tablepre, '.') !== false || intval($tablepre[0])) {0} 改为 [0]