前端XMLHttpRequest 发送请求 FormData后台接收不到数据,request.getParameter(),获取数据为null
varform=newFormData();form.append("fName",$("#fName").val());form.append("fPrice",$("#fPrice").val());form.append("fType",$("#fType").val());form.append("fDescription",$("#fDescription").val());form.a