最佳答案:1 2 define("CONSTANT", "Hello world.");3 echo CONSTANT; // outputs "Hello world."4 echo Constant; //