1.常量定义形式 在php中有两种常量定义方式 define("常量名",常量值); const 常量名=值 图片.png define和const的区别在于访问权限 2.系统常量 图片.png 图片.png