我有这个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。我怎么能这样做?
非常感谢你!