<tab>
Output tab in the template
Output tab in the template, can also set tabs count.
count(optional) The number of tab characters in the output, the value must be a positive integer
Enter the "\t" in the template, and can not really output tabs, and can only output the character "\t" itself. So you need to use this tag to output. You can also use <% out.wirte("\t"); %> to the same effect.
Example 1
Please open the generated file outside the eclipse, eclipse due to the font size problem, the display content may not be aligned.