摘要:
引用地址:https://www.jb51.net/article/81138.htm 此处可以用来验证是否为空,可以结合ajax验证数据是否被注册 关于return false的理解 https://blog.csdn.net/LINHONG_1994/article/details/990071 阅读全文
摘要:
think目录下新增Bash.php文件 <?php namespace think; class Base extends Controller { protected function _initialize() { if(empty(session('name', '', 'admin'))) 阅读全文