test.blade.php 190 B

12345678910111213
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <form method="get" action="{{url('test/test1')}}">
  6. <input name="test">
  7. <button type="submit">提交</button>
  8. </form>
  9. <script>
  10. </script>
  11. </body>
  12. </html>