从http获取或发布

时间:2018-05-11 00:05:02

标签: javascript python html http

我有这个HTML页面:

  <head>
  <h1>Prueba TFG</h1>
  </head>

  <body>

      <form method="POST" action="">
            Introduce KeyWord <input type="text" name="key">
            <input type="submit" name="submit" value="Submit">
      </form>

  </body>

我想获得&#34; name&#34;的值,页面的输入,使用JavaScript并将此值传递给python。我怎么能这样做?

非常感谢你!

0 个答案:

没有答案