Mac google右鍵翻譯

2021-08-08 21:03:42 字數 804 閱讀 5912

mac google翻譯

on run         

set output to "谷歌**/#auto/zh-cn/" & urldecode(input as string)

return outputend runon urldecode(x)

set cmd to "'require \"cgi\"; puts cgi.escape(stdin.read.chomp)'"        

do shell script "echo " & quoted form of x & " | ruby -e " & cmd

end urldecode

上述**裡"/#auto" 表示自動檢測語言,"/zh-cn/" 表示翻譯為簡體中文,你可以根據你自己的需求,改為"中譯英"、"日譯繁中"、"德譯法"等等,具體的語言**器開啟谷歌翻譯選擇語言後在位址列獲取。

使用:在任何地方,選中文字,然後服務,找到對應的名字就可以了。你還可以在設定裡修改該服務的快捷鍵。具體設定是在:設定》鍵盤》

on run

set output to "" & urldecode(input as string)

return output

end run

on urldecode(x)

set cmd to "'require \"cgi\"; puts cgi.escape(stdin.read.chomp)'"

do shell script "echo " & quoted form of x & " | ruby -e " & cmd

end urldecode

python翻譯 Python翻譯

translator.py coding utf 8 author inspurer 月小水長 pc type lenovo create time 2019 4 6 15 44 file name translator.py github qq郵箱 2391527690 qq.com import...

巧用右鍵管家 清除右鍵選單 鄉巴佬

1.單擊windows的 開始 選單,單擊 執行 在 開啟 框中鍵入 regedit 單擊 確定 按鈕,開啟 登錄檔編輯器 視窗。2.展開 hkey classes root shellex contextmenuhandlers 分支,在其下 找到要刪除的無用項,然後右鍵單擊該項,再單擊 刪除 將...

巧用右鍵管家 清除右鍵選單 xiame

如圖 方法一 1.單擊windows的 開始 選單,單擊 執行 在 開啟 框中鍵入 regedit 單擊 確定 按鈕,開啟 登錄檔編輯器 視窗。2.展開 hkey classes root shellex contextmenuhandlers 分支,在其下找到要刪除的無用項,然後右鍵單擊該項,再單...