# dataType

判断数据类型

# 请求参数

Prop Type Required Default Description
-- -- Y 需要解析类型的数据

# 接口请求示例

nativeService.dataType(res) === '[object String]'

# 返回参数

Prop Type Required Default Description
-- String Y 已解析的数据类型

# 接口返回示例