未分类

在Java 8中的typeof

英文: typeof in Java 8 问题 如果我们想要在JavaScript中检查变量的数据类型,我们可以使用 typeof 运算符。 考虑以下代码片段 var c = 'str'...