歡迎使用CSDN-markdown編輯器

//接受post
$field_name = $this->getRequest()->getPost('field_name');

// api獲取json數據    $json=file_get_contents('http://openapi.baidu.com/public/2.0/bmt/translateclient_id=CmAjRUuTppSUCb8hYGyzhMnb&q='.$field_name.'&from=zh&to=en');

// json 轉php數組     
$arr=json_decode(stripslashes($json),true);
echo $eng=strtolower(str_replace(' ', '_', $arr['trans_result'][0]['dst']));
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章