const char* get_version();---->修饰函数返回值
char* get_version() const;---->常量函数,不允许修改类的成员函数