首页 > 网站 > WEB开发 > 正文

使用typeof来判断对象类型

2024-04-27 14:04:58
字体:
来源:转载
供稿:网友

////使用typeof来判断对象类型

if(typeof num =="string")
num=parseInt(num);
if(typeof arr =="string")
arr=arr.split(",")


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表