摘要: #include<iostream>using namespace std;class A{public: A(char* s) :name(s), len(strlen(name.c_str())) {} void dis() { cout << len << endl; } //只跟下面的顺序有 阅读全文
posted @ 2021-03-14 21:40 sunshine_gzw 阅读(57) 评论(0) 推荐(0) 编辑