摘要: 1 #include<iostream> 2 #include<string> 3 using namespace std; 4 5 class TextBlock{ 6 public: 7 TextBlock(string x):text(x){ 8 } 9 //operator[] for co 阅读全文
posted @ 2020-10-11 11:28 wsl96 阅读(107) 评论(0) 推荐(0) 编辑