login.blade.php 188 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 <form method="post" action=""> @csrf <input type="text" name="mobile" value="15680871314"> <input type="text" name="password" value="123456"> <input type="submit"> </form>