摘要:
#include <iostream> using namespace std; #include <string.h> #include <stdio.h> /*去掉右边的空格*/ char* rtrim(char* str) { int len = 0; int i = 0; len = str 阅读全文
posted @ 2024-07-31 22:07
lydstory
阅读(58)
评论(0)
推荐(0)

浙公网安备 33010602011771号