querystring.parse()方法const querystring = require('querystring');// parse就是把字符串转化为对象let param = 'uname=dean&password=hehehe';let ...
確定! 回上一頁