definephp define可以定义数组中的变量吗不,"define"不能用来定义数组中的变量。在PHP中,我们使用"define"来定义常量,常量的值是不能改变的。要定义数组中的变量,我们可以直接使... 技术帮 php 2023-11-09 99 阅读 0 评论