摘要:
#include <stdlib.h>#include <stdio.h>#include <string.h>int main(){ //char *b= "asdasd,wewb,ewc+"; 这句函数执行时报错,以后用数组装字符串吧 char a[]= "asdasd,wewb,ewc+"; 阅读全文
posted @ 2021-03-06 20:45
Skyge
阅读(269)
评论(0)
推荐(0)
浙公网安备 33010602011771号