摘要: $a=false; $a=""; $a=0; $b=false; echo $a==$b?"true":"false";单引号和双引号的区别:单引号内部的变量不会执行双引号会执行如$name = 'hello';echo "the $name";会输出 the hello而如果是单引号$name... 阅读全文
posted @ 2014-09-01 10:08 luckydd 阅读(140) 评论(0) 推荐(0) 编辑