js获取到了前端的数据,想传递给后台java处理
function decode(){ let mail = document.getElementById("mail").value; }
我希望mai作为参数传递给java方法
收起
用ajax发请求给后台java接口
报告相同问题?