变量名可以是Unicode的任意字符,可以是中文,可以是表情。
print()两个参数,separator: "", terminator:"\n"
Swift中的字符串必须使用双引号
print (a,b,c,separator:"分隔符",terminator:"结束符")