c参数可以用来同一页面返回多张图片
示例代码
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<img src="https://service-5z0sdahv-1306777571.sh.apigw.tencentcs.com/release/?c=1" alt="" width="40%">
<img src="https://service-5z0sdahv-1306777571.sh.apigw.tencentcs.com/release/?c=2" alt="" width="40%">
<img src="https://service-5z0sdahv-1306777571.sh.apigw.tencentcs.com/release/?c=3" alt="" width=40%>
<img src="https://service-5z0sdahv-1306777571.sh.apigw.tencentcs.com/release/?c=4" alt="" width=40%>
</body>
</html>
评论