原文为
Manager sentiment and stock returns
Fuwei Jiang a , Joshua Lee b , Xiumin Martin c , Guofu Zhou c , ∗
原文来自:Journal of Financial Economics 132 (2019) 126–149
要实现ThinkPHP在线翻译功能,需要先在百度开发者中心注册一个API key,具体实现代码如下:
action代码部分:
<?php
class FanyiAction extends Action {
public function _empty(){
header("HTTP/1.0 404 Not Found");
$this->display("Public:404");
}
public function index()
{
$User = A("Index");
$User->head();
$User->right();
$User->footer();