[i] name = {{name}}
优化前:姓 {{name.split(" ")[1]}},名 {{name.split(" ")[0]}}
优化后:姓 {{lastName}},名 {{firstName}}
[i] anotherFirstName = {{anotherFirstName}}
[i] anotherLastName = {{anotherLastName}}
Another's Fullname:{{anotherFullName}}