Qt开发之路——返回数据类型

#include 
 int i = 1;
 QString j = typeid(i).name();
 qDebug() << j;

//输出 “int”

你可能感兴趣的:(#,Qt,Basic,qt,获取数据类型)