摘要: formData.append("a", "1"); formData.append("x", "2"); 为 a=1&x=2 uni.request({ url: ``, method: "POST", header: { "content-type": "application/x-www-fo 阅读全文
posted @ 2024-10-28 14:02 何云泽 阅读(185) 评论(0) 推荐(0)