AImager

// 声明字符串
var a = "abcdefg" + "hijk"

// 声明换行字符串
var b = `
abcd
efgh
`