标签:style color fine logs http key images image 没有
<?php define(‘key‘,‘imooc‘); $array=array( "key"=>"hello world", "imooc"=>"http://baidu.com" ); echo $array[key]; //如果不用引号 输出的是http://baidu.com echo $array["key"]; //输出的是"hello world",
4-7 PHP-务必使用带引号字符串做键值==php把没有引号的建当作常量产生常量开销
标签:style color fine logs http key images image 没有
原文地址:http://www.cnblogs.com/jiaochengli/p/6512829.html