1 Star 0 Fork 54

miwangniao/project_12932352

forked from chuanjiao10/kasini3000 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Googlecn_中文2英文.ps1 896 Bytes
一键复制 编辑 原始数据 按行查看 历史
chuanjiao10 提交于 2020-07-16 13:18 . 项目立项一周年!ga1发布
using namespace System.Web.HttpUtility
param
(
[parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[String]$输入的中文文字
)
Write-Verbose $PSVersionTable
#问:这个脚本谁写的?有问题找谁技术支持?
#答:QQ群号=183173532
#名称=powershell交流群
#华之夏,脚之巅,有我ps1片天!
#专门教学win,linux通用的ps1脚本。不想学也可以,入群用红包求写脚本。
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$private:Encode后的输入 = [System.Web.HttpUtility]::UrlEncode($输入的中文文字,[System.Text.Encoding]::UTF8).ToUpper()
Write-Verbose $private:Encode后的输入
$private:googlecn1 = "http://translate.google.cn/translate_a/single?client=gtx&sl=zh-CN&tl=en&dt=t&q=${private:Encode后的输入}"
$private:返回 = Invoke-RestMethod $googlecn1
return $private:返回[0][0][0]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PowerShell
1
https://gitee.com/miwangniao/kasini3000.git
git@gitee.com:miwangniao/kasini3000.git
miwangniao
kasini3000
project_12932352
master

搜索帮助