加了引号显示出来结果就不一样了,什么时候加什么时候不加
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>php语法</title>
</head>
<body>
<p>
<?php echo '23+6';?>
</p>
</body>
</html>