说明
///返回字符串值 string get(); ///返回int值 int getInt(); ///返回浮点数值 double getDouble(); ///设置值 void set(string str); ///设置int值 void setInt(const int); ///设置浮点数值 void setDouble(const double);