标签: c++ split arduino
如何在C ++ arduino中从字符串中拆分特定部分?
String str = "Hello?"
如果我要删除“”怎么办?在字符串中?
答案 0 :(得分:-1)
将字符串读取为数组,并使用循环查找if(str [x] ==“?”){str [x] = 0;}