express中app.get(path,callback)中是在浏览器输入网址,建立连接是起作用,执行callback里的内容。
express中的app.post(path,callback),是在接收到相对应的post请求时执行callback里的内容。
express中app.get(path,callback)中是在浏览器输入网址,建立连接是起作用,执行callback里的内容。
express中的app.post(path,callback),是在接收到相对应的post请求时执行callback里的内容。