2021年1月21日2021年1月22日 Arduino 各种类型转为String类型 使用如下函数 int a; a=50; Serial.println("number: "+String(a));