顺利大叔

文章
5
资源
0
加入时间
3年0月28天

QML语言基本数据类型

int 整型(所有整型数字,包括负数、零、正数)double 带小数点的数字,以双精度存储real 带小数点的数字bool 布尔类型,1为真、0为假enumeration 枚举类型string 字符串类型list ...