• 模型curd软删除操作

    <?php  namespace app\index\controller; use think\Controller; use app\index\model\Books; clas...

    350

  • HTML总结

    <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title>...

    203

  • namespace关键字与_NAMESPACE_常量之间的区别

    常量__NAMESPACE__的值是包含当前命名空间名称的字符串。在全局的,不包括在任何命名空间中的代码,它包含一个空的字符串。Example #1 __NAMESPACE__ 示例, 在命名空间中的...

    290

Release Notes

Popular this month