摘要: 官方文档: 传送门 1、环境变量 lr_save_string 1111 2、字符串 strcmp result = strcmp( string1, string2); if(result > 0) strcpy(tmp, "greater than"); else if(result < 0) 阅读全文
posted @ 2023-03-04 15:39 wenbogu 阅读(33) 评论(0) 推荐(0)