摘要:
一、Form表单上传 (一)单文件上传 前端 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <form action="/post_upload" 阅读全文
posted @ 2022-04-10 19:36
iveBoy
阅读(733)
评论(0)
推荐(0)
摘要:
一、GET请求处理 (一)路径参数 对于类似这样的请求:http://127.0.0.1:8080/index/12,那么如何获取最后路径中12的值呢? package main import ( "fmt" "github.com/gin-gonic/gin" "net/http" ) func 阅读全文
posted @ 2022-04-10 11:13
iveBoy
阅读(1057)
评论(0)
推荐(0)


浙公网安备 33010602011771号