
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
webform 前端使用ajax post向后端传值,并在后端接收值,和401Failed to load resource: the server responded with a status解决
前端代码$(function () {$("td input").click(function () {var device = $(this).parent("div").siblings("div").children("marquee").text();$.ajax({type: "Post",//post方式

到底了