|
...
|
...
|
@@ -29,7 +29,7 @@ class ProofreadingController extends BaseController |
|
|
|
if(empty($list)){
|
|
|
|
//获取当前URl的所有文本内容
|
|
|
|
$new_list = $this->getUrlRead($this->param['url']);
|
|
|
|
$str = implode('||',$new_list);
|
|
|
|
$str = implode(',,',$new_list);
|
|
|
|
//翻译
|
|
|
|
$translate_str = Translate::tran($str, $countryInfo['alias']);
|
|
|
|
$arr = explode('||',$translate_str);
|
...
|
...
|
|