不是啦,php的代码是这样的
$str="book";echo "There is a {$str}";echo "There are three {$str}s";echo "There are three {$str}s";?>
第四行的代码是这样的:echo "There are three {$str}s";
你看的这个是 设计视图 设计视图时给美工用的 意思就是 他只能解析HTML标记 动态语言解析不了 所以显示不出来 你只能在浏览器下看效果