ts(){curl -s \" " \-d \"type=AUTO& i=$1&doctype=json&xmlVersion=1.4&keyfrom=fanyi.web&ue=UTF-8&typoResult=true&flag=false" \| sed -E -n 's/.*tgt":"([^"]+)".*/\1/p' ;return 0;}设置如下:linux用户:1.添加此脚本到~/.bashrc的末尾2.source ~/.bashrcMac osX用户:1.添加此脚本到~/.bash_profile的末尾,没有就新建2.source ~/.bash_profile使用:Shell代码$ ts hello你好$ ts "how are you?"你好吗?也可以翻译中文。