ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
curl -v -H "Accept-Encoding: deflate" http://xxx -v 显示详情 -H 设置请求头 curl -d '数据' //会自动转成post请求 curl -v --header "Range: bytes=2-100" http://www.zhufengpeixun.cn/skin/20142/img/logo.png curl -v -H 'Range:bytes=0-10' http... ↓curl 发送 query时候 `&`需要进行转译 $ curl -l http://localhost:8808/user?a=1\&b=2