类型转换可以通过( )函数来实现。
A: type()
B: settype()
C: gettype()
D: Type()
A: type()
B: settype()
C: gettype()
D: Type()
举一反三
- 要查看某个变量的数据类型,可使用函数( )。 A: gettype() B: GetType() C: Type() D: type()
- 要查看一个变量的数据类型,可使用函数() A: type() B: gettype() C: GetType() D: Type()
- 查看变量的数据类型,可以使用的函数是( )。 A: isset() B: GetType() C: gettype() D: type()
- 要查看一个变量的数据类型,可以使用函数( ) A: typeof() B: gettype() C: status() D: type()
- 使用settype()函数进行类型转换会改变存储的数据类型。