提交 ff3c0543 编写于 作者: Q qq_41923622

Fri Feb 21 12:36:00 CST 2025 inscode

上级 60fe2a2a
...@@ -7,7 +7,7 @@ const querystring = require('querystring'); ...@@ -7,7 +7,7 @@ const querystring = require('querystring');
let getFormData = (req)=>{ let getFormData = (req)=>{
return new Promise((resolve,reject)=>{ return new Promise((resolve,reject)=>{
if (req.method === 'POST' && req.headers['content-type'] === 'application/x-www-form-urlencoded') { if (req.method === 'POST' && /application\/x\-www\-form\-urlencoded/.test(req.headers['content-type'])) {
let body = ''; let body = '';
// 监听 data 事件,接收数据块 // 监听 data 事件,接收数据块
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册