标签: javascript ajax
如何将属性发送到AJAX中的多个位置?
我有这样的场景
xreq.open("POST","ComponentServlet?&projectName=abc",true); xreq.open("POST","schemaservlet?&projectName=abc",true);
我可以在一个xreq.send命令中发送这两个参数吗?
xreq.send