a,b,c 等一個字母的,為英文字符(char)
apple,boy,cat等一個字的,為字串(string)
Serial.print(x) 打印x(變數)
Serial.print("x") 打印x(英文字元)