摘要: char a[]="abc"; printf("%lu\n", sizeof(a)/sizeof(char));//4 char str[]="abc"; int size = sizeof(str)/sizeof(char); printf("%d\n",size);//4 int len=strlen(str); printf("%d\n",l... 阅读全文
posted @ 2018-12-08 15:57 liliyou 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 处理方案 :配置tsconfig.json 阅读全文
posted @ 2018-12-08 11:27 liliyou 阅读(1627) 评论(0) 推荐(1) 编辑