摘要: sscanf遇到回车换行认为字符串结束,怎样让它忽略这些回车换行继续搜索整个字符串? sscanf遇到空格继续? 1 #include <stdio.h> 2 #include <stdlib.h> 3 4 5 6 char *c = "/o-ran-fm:alarm-notif/fault-id= 阅读全文
posted @ 2021-08-06 17:29 LiuYanYGZ 阅读(268) 评论(0) 推荐(0) 编辑