摘要:
#include <stdio.h>#include <string.h>#include<stdlib.h>void testArr(const char str[]){ printf("%lu %lu\n", sizeof(str), strlen(str));}int main(void){ 阅读全文
posted @ 2019-11-23 20:51
Skyge
阅读(112)
评论(0)
推荐(0)
浙公网安备 33010602011771号