提交 dfea25d3 编写于 作者: 杜庆泉's avatar 杜庆泉

移除部分特殊场景 typeof 示例

上级 f07b25f9
......@@ -80,9 +80,6 @@ export function typeofClickTest() : boolean {
if (UTSAndroid.typeof(3.1415926) != 'number') {
return false
}
if (UTSAndroid.typeof(-100) != 'number') {
return false
}
if (UTSAndroid.typeof(false) != 'boolean') {
return false
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册