在 Safari 或 Google Chrome 中获取当前网址
从终端命令行
从 Safari 获取当前 URL ****
osascript -e 'tell app "safari" to get the url of the current tab of window 1'
获取 Google Chrome 中的有效网址 ****
osascript -e 'tell app "google chrome" to get the url of the active tab of window 1'