作者 lyh

变更数据

... ... @@ -1607,6 +1607,7 @@ if (!function_exists('httpGetSsl')) {
if (strpos($truncated, '-') !== false) {
$truncated = mb_strrpos($truncated, '-', 0, 'UTF-8');
}
$lastSpace = mb_strrpos($truncated, ' ', 0, 'UTF-8');
if ($lastSpace !== false) {
// 在最后一个空格处截断,避免英文单词被截断
... ...