使用vscode,php关联html,<?php内部解析不了html代码
在内部需使用echo
<?php
echo "this is php";
echo "<br>";
echo "yes";
?>