PHP 5.6.0 const开始支持运算和数组常量 const ANOTHER_CONST = CONSTANT.'; Goodbye World'; echo ANOTHER_CONST; const ANIMALS = array('dog', ...
確定! 回上一頁