node.js 如何获取post 或者get方式传递过来的参数

原生的nodejs:   

1.post方式传递:     引入querystring模块;  使用 parse解析请求体

node.js 如何获取post 或者get方式传递过来的参数_第1张图片

2.get方式传递:


node.js 如何获取post 或者get方式传递过来的参数_第2张图片
或参考:https://blog.csdn.net/qq_15267341/article/details/52449073

express---中获取Post 或 get方式传递过来的参数

参考网址:    https://blog.csdn.net/zgljl2012/article/details/53032555

你可能感兴趣的:(node.js 如何获取post 或者get方式传递过来的参数)