logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

go语言ajax回传

一、后端部分要想使用ajax,先要准备一个func (http.ResponseWriter, *http.Request)类型的函数来处理前端发过来的请求。func OnAjax(res http.ResponseWriter, req *http.Request) {    io.WriteString(

#golang#html5
到底了