php7.3导入Excel strpos(): Non-string needles will be interpreted as strings in the_后端

修改该行代码

// $nullOffset = strpos($url, 0x00); $nullOffset = strpos($url, chr(0x00));复制代码

php7.3导入Excel strpos(): Non-string needles will be interpreted as strings in the_后端_02