一行代码查字典

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

result=$(curl 'http://openapi.baidu.com/public/2.0/bmt/translate?client_id=IGRde9G9hsF3y6zr4aVPvMxq&from=auto&to=auto&q='+$1 --silent | JSON -l | awk -F "\t" '/\["trans_result",0,"dst"]/ {print $2 }')