php中单引号和双引号的区别

释放双眼,带上耳机,听听看~!

单引号内部的变量不会执行

双引号会执行

$name = 'hello';

echo "the $name";

会输出 the hello

而如果是单引号

$name = 'hello';

echo 'the $name';

会输出 the $name

主要区别就是这个。

给TA打赏
共{{data.count}}人
人已打赏
安全技术

c++ list, vector, map, set 区别与用法比较

2022-1-11 12:36:11

安全资讯

2021苹果春季发布会预测:惊喜满满 钱包捂不住了

2021-6-10 17:25:00

个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索