首页
编程
java
php
前端
首页
编程
java
php
前端
请教一下php中$字符串不能等于字符串吗?(如下图)
这是为啥呢?
$china = 'china'; 您少了引号。或者您可以关闭php报错
定义字符串变量赋值要带引号
字符串定义得用单引号或双引号
点击展开全文