Format: <%= %> ,Output value, this value can be a variable, string, numeric, return method, etc.,
Equivalent to <% out.write() %>, about out built-in object(More)。
Principle
<%=%> block content compiled into generate method transfer into <% out.write() %>.