随笔分类 -  laravel

摘要:引入css 默认引入public目录 引入js 默认引入public目录 引入外面的的css 把http:去掉即可 引入外面的的js 把http:去掉即可 阅读全文
posted @ 2019-05-09 10:51 冷晨 阅读(681) 评论(0) 推荐(0)
摘要:POST方式接收 视图层 <form action="/submit" method="post"> {{csrf_field()}} //必加 <input type="text" name="a"></input> <input type="text" name="b"></input> <in 阅读全文
posted @ 2019-04-29 16:04 冷晨 阅读(922) 评论(0) 推荐(0)