📅  最后修改于: 2022-03-11 15:04:48.999000             🧑  作者: Mango
#The tag when we dont want the text to be shown on the screen (example: loops, if-else statements etc.)
<% writeAnyCodeHere %>
#When we want to show the content of the tag on the screen
<%= writeAnyCodeThatYouWantToDisplay %>