php中代码开始标志 tags
https://www.php.net/manual/en/language.basic-syntax.phptags.php
Three types of tag are available in php
1.normal tag(<?php ?>)
2.short echo tag(<?= ?>)
3.short tag(<? ?>)
<?= ?>
用于输出,等同于 <?php echo xxx ?>可以直接使用
<?= 'print this string' ?>. 等同于 <?php echo 'print this string' ?>.

浙公网安备 33010602011771号