diff --git a/index.js b/index.js index 0378daef30dce824343a3807a8c9fa6701243c1a..328fd92c5457ec66b10e107b45bd685eedc3250d 100644 --- a/index.js +++ b/index.js @@ -39,6 +39,4 @@ app.listen(8000,()=>{ console.log("server is statr 服务启动") }) - - -//采用 POST 方法,浏览器将会按照下面两步来发送数据。首先,浏览器将与 action 属性中指定的表单处理服务器建立联系,一旦建立连接之后,浏览器就会按分段传输的方法将数据发送给服务器 \ No newline at end of file +console.log(app.listen) \ No newline at end of file