跳到主要内容
CNode

关于querystring的疑问、

社区
Gggaaooppeenngg发布于 13 年前最后回复 13 年前
243710

为什么使用querystring.parse(postData).text 得到的是UNDEFINE? 如果querystring.parse(postData) 是 {text:content} ,两个project,这个是什么意思?

查看回复

回复 (2)

L
leapon#213 年前

看看 querystring.parse(postData) 有没有 text 在里面

console.log(querystring.parse(postData));
Y
yimity#113 年前

querystring.parse(postData)["text"] 试试。

参与回复

登录后即可参与回复。登录