一 QString类 功能:显示一个字符串内容 主要接口函数 构造函数: QString(const char *str)QString(const QString &other) 赋值运算符重载: QString &operator=(const QString &other) 功能函数: 1&