PHP 字符串变量 PHP Double 数据类型 PHP 文档 PHP 字符串变量 <?php $variable = "name"; $literally = 'My $variable will not print!'; print($literally); print "<br>"; $literally = "My $variable will print!"; print($literally); ?> PHP Double 数据类型 PHP 文档