Skip to content

Instantly share code, notes, and snippets.

@netstu
Created December 20, 2013 05:46
Show Gist options
  • Save netstu/8050892 to your computer and use it in GitHub Desktop.
Save netstu/8050892 to your computer and use it in GitHub Desktop.
applescript 利用 curl 请求获得数据
set shellScript to "curl \"http://www.baidu.com\""
do shell script shellScript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment