1 Star 0 Fork 51

sunguilou / project_10215868

forked from chuanjiao10 / kasini3000 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Googlecn_英文2中文.ps1 815 Bytes
一键复制 编辑 原始数据 按行查看 历史
using namespace System.Web.HttpUtility
param
(
[parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[String]$输入的中文文字
)
Write-Verbose $PSVersionTable
#问:这个脚本谁写的?有问题找谁技术支持?
#答:QQ群号=183173532
#名称=powershell交流群
#华之夏,脚之巅,有我ps1片天!
#专门教学win,linux通用的ps1脚本。不想学也可以,入群用红包求写脚本。
$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=en&tl=zh-CN&dt=t&q=${private:Encode后的输入}"
$private:返回 = Invoke-RestMethod $googlecn1
return $private:返回[0][0][0]
PowerShell
1
https://gitee.com/sunguilou/kasini3000.git
git@gitee.com:sunguilou/kasini3000.git
sunguilou
kasini3000
project_10215868
master

搜索帮助