在Python中,使用type()函数可以获取参数的数据类型,那么运行type("int")的运行结果是?( )
<class 'int'>
<class 'str'>
<class 'float'>
<class 'bool'>