资源简介
还有什么比效果展示更加具有说服力!http://www.52miui.com/onlinetools/translate/index.html
就是这么简单粗暴!
代码片段和文件信息
header(“Content-type:text/html; charset=utf-8“);
header(“Cache-Control: no-cache must-revalidate“);
/***************************************************************************
* Copyright (c) 2015 Baidu.com Inc. All Rights Reserved
*
**************************************************************************/
/**
* @file baidu_transapi.php
* @author mouyantao(mouyantao@baidu.com)
* @date 2015/06/23 14:32:18
* @brief
*
**/
$callback = $_GET[‘callback‘];
$code = $_GET[‘code‘];
$from = $_GET[‘from‘];
$to = $_GET[‘to‘];
define(“CURL_TIMEOUT“ 10);
define(“URL“ “http://api.fanyi.baidu.com/api/trans/vip/translate“);
define(“APP_ID“ “20151122000006127“); //替换为您的APPID
define(“SEC_KEY“ “0HQeBFLe1KCtpWJevliB“);//
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3619 2015-11-24 13:12 baidu.php
文件 18195 2016-04-30 13:56 index.html
文件 267 2016-04-30 19:05 IT导航.url
文件 93868 2014-10-22 22:06 jquery-1.7.1.min.js
评论
共有 条评论