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