Freemarker String concatenation

Source: Internet
Author: User

Freemarker String concatenation


1. Several types of String concatenation

(1) string and string

(2) string and number

(3) string and string variables

(4) string variables and string variables


2. Demo

<# -- Define a string --> <# assign str = "Zhang Sanfeng"/>$ {str} <# -- String concatenation (string and string, string and number, string and string variable, string variables and string variables) --> <# -- string and string -- >$ {"hello, "+" Lisi "} <# -- string and number -- >$ {" Hello, your age this year is: "+ 20 }$ {10 +" years old "}< # -- string and string variable -- >$ {" hello, "+ str }$ {" hello, $ {str} "} <# -- string variables and string variables -- >$ {str + str}

3. Sample Results

Hello, Li Sisi. Your age is 2010 years old. Hello, Zhang Sanfeng, Zhang Sanfeng


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.