MacStroke
MacStroke copied to clipboard
apple script 中文 无法执行
系统版本 12.3.1 tell application "Google Chrome" activate open location "https://www.google.com/search?query=" & {get the clipboard as text} end tell
使用applescript 发布 剪贴板如果全部是英文的话 可以 执行 ,如果带有中文的话 无法执行, 请问一下是什么问题