最佳答案
在 PHP 中有没有一种方法可以在字符串中包含一个常量而不需要连接?
define('MY_CONSTANT', 42);
echo "This is my constant: MY_CONSTANT";