小小航

Results 9 comments of 小小航

代码问题,可以在函数里面套个异常处理机制(try语句)或者调整下PHP的异常报告机制(error reporting)

屏蔽下报错试试 [error_reporting(E_ERROR | E_WARNING | E_PARSE);](https://github.com/xhboke/douban/blob/43eb1719489677e4083342d4bc96d2402555e9ae/application/common.php#L13)

试试这个 https://github.com/xhboke/douban/releases/tag/2.1

这个不好说,我白天晚上好像都可以

https://github.com/xhboke/douban/blob/fe40a4e89465dbc0107ef589b5ba8848a55518f6/extend/DouBanLib/DouBan.php#L16

php7.0以上版本试试

关于显示版本号问题,在`index.php`中第15行替换为`$browser = $result->device->family.'-'.$result->ua->toString();`即可显示浏览器版本号。 样式涉及个性化,基本不会更新。。