会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Brin.Guo
Shoot for the moon. Even if you miss, you'll land among the stars.
博客园
首页
新随笔
联系
订阅
管理
2017年8月4日
js中基础数据类型
摘要: 变量声明 undefined //未定义只声明 var age; null //定义一个空值 var age = null; 数字 var num = "123" typeof num "string" var v = parseInt(num) //将字符串转成 INT 类型 typeof v "
阅读全文
posted @ 2017-08-04 15:39 Brin.Guo
阅读(144)
评论(0)
推荐(0)
编辑
公告