private $_specialWhiteList = [
'table' => 'table|tbody|thead|tfoot|tr|td|th'
];
运行时老是报错syntax error, unexpected '['
该怎么解决啊?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
php版本太低,导致语法不兼容。
解决方法一、升级PHP到5.4以上
解决方法二、把
[]
换成array()