Arduino 将 String 转化为 int

函数:toInt()

实例:

String my_str = "";
int my_int = my_str.toInt();
05-11 11:11