https://m.cnbuses.com/m.cnbuses.com/index.php?page=2
查看分页方法 function pages()中有个pageurl 查看该方法,发现有类似http字样没有https加上试试
Ctrl+Shift+F 没有找不到的东西
替换795行
$url = str_replace(array('https://','http://','//','~','~'), array('~','~','/','https://','http://'), $url);