标签: html nginx
我在Web开发中真的很棒,我想知道Nginx如何使用简单的html表单读取用户的输入(我在这个阶段没有使用PHP或ASP)。
我的html上有这个:
<form name="input" action="" method="get"> Username: <input type="text" name="input"> <input type="submit" value="Submit">
感谢。