Comment

smarty comment method:

{* Comment content *}

Modify the test.html code in the example in the previous chapter and add the following comments:

微信图片_20180312133723.png

Continue running index .php stand-alone web page, right-click and select to view the web page source code as follows:

微信图片_20180312133903.png

From this we can see:

html Comments will be displayed in the web page, smart template comments will not be displayed on the final page

Continuing Learning
||
<?php echo "smarty模板注释的使用";
submitReset Code