# * 多行字符串
用双撇号 ``
![](https://img.kancloud.cn/0e/79/0e79cfe06c5f0fc4c37d66476491d6b1_826x238.png)
# * 字符串模板
${} 可以解析变量以及方法
![](https://img.kancloud.cn/cd/2d/cd2d048bb55c869fda135ddd5884c17a_861x380.png)
# * 自动拆分字符串
![](https://img.kancloud.cn/00/e1/00e180183155396be59a9da8f23c126e_865x450.png)
![](https://img.kancloud.cn/2e/fc/2efc19a8f03e0b237e3916ee676cfe5b_869x423.png)
会自动将变量解析到对应的参数中
*