摘要: 如下测试: #include <iostream> #include <string.h> using namespace std; int main() { char a[]="123123"; cout<<strlen(a)<<endl; cout<<sizeof(a)<<endl; char 阅读全文
posted @ 2020-12-21 15:35 SimbaStar 阅读(464) 评论(0) 推荐(0) 编辑