gpt4 book ai didi

reactjs - react native 数据类型

转载 作者:行者123 更新时间:2023-12-03 14:27:19 24 4
gpt4 key购买 nike

我们可以使用React Native来确定变量的数据类型(字符串、整数、 bool 值等)吗?

例如:

class ex {
  years: integer;
  name: string;
  remember: boolean;
}

我可以决定表单中的数据是字符串还是整数吗?

最佳答案

是的,您可以使用typeof(您的变量名称)查找变量的类型示例

var name="name here";
console.log("type of variable is:"+typeof(name));

输出

type of variable is: string

关于reactjs - react native 数据类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48436915/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com