作者 lyh

变更数据

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