注意:返回的是类型而不是字符串形式的类名。如果需要字符串形式的类名,可以使用 toString() 方法:
toString()
print(p.runtimeType.toString()); // 输出:Person