你能解释一下这段代码吗?
<form method="post" action="/login/">
<input type="text" name="name" placeholder="Name..." required="required">
<input type="password" name="password" placeholder="***********" required="required">
<input type="submit" name="submit" value="Log in">
</form>
我知道 action="login.php" 但是没有文件在起作用。这怎么行?根文件夹中没有名为“login”的文件夹。