lua插件放到 按键精灵手机助手 安装位置的 Plugin 文件夹里面
以下是本人测试在按键精灵上可用的curl 用法:
--GET方式提交数据
curl -G -d "name=value&name2=value2" http://www.baidu.com
--POST方式提交数据
curl -d "name=value&name2=value2" http://www.baidu.com #post数据
--以表单的方式上传文件
curl -F file=@/tmp/me.txt http://www.aiezu.com
curl -F key=123 -F data=123 -F file=@/sdcard/1.png http://yesp.top
--设置header
curl -A "Mozilla/5.0 Firefox/21.0" http://www.baidu.com #设置http请求头User-Agent
curl -e "http://pachong.org/" http://www.baidu.com #设置http请求头Referer
curl -H "Connection:keep-alive \nUser-Agent: Mozilla/5.0" http://yesp.top
--http响应头处理
curl -I http://www.aiezu.com #仅仅返回header
curl -D /tmp/header http://www.aiezu.com #将http header