国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網(wǎng)站 > WEB開發(fā) > 正文

js數(shù)據(jù)類型

2024-04-27 15:18:12
字體:
供稿:網(wǎng)友
字符串(String)數(shù)字(Number)布爾(Boolean)數(shù)組(Array)對象(Object)空(Null)未定義(Undefined)var num = 1, boo = true, aa = null, bb, str = 'mary', arr = [1, 2, 4, 8], obj = { 'name': 'aa' }, arrNew = new Array([1, 2, 3]), strNew = new String([1, 2, 3]);// 用 typeof 檢測變量的類型 console.log('Number:', typeof num); // numberconsole.log('Boolean:', typeof boo); // booleanconsole.log('Undefined:', typeof bb); // undefinedconsole.log('String:', typeof str); // stringconsole.log('Null:', typeof aa); // objectconsole.log('Array:', typeof arr); // objectconsole.log('Object:', typeof obj); // objectconsole.log('new Array():', typeof arrNew); // objectconsole.log('new String():', typeof strNew); // object// null 和 undefined 比較console.log(null == undefined); // trueconsole.log(null === undefined); // false

1、new 關(guān)鍵字聲明的變量,得到的 都是一個對象 2、null:表示什么也沒有,一個空對象引用 undefined:表示一個沒有設置值的變量


發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 子洲县| 南康市| 丹棱县| 舞钢市| 遂平县| 松原市| 咸宁市| 枣阳市| 酒泉市| 康保县| 长垣县| 湟中县| 清涧县| 娄底市| 孝感市| 汽车| 黎平县| 岑溪市| 吉安市| 彰武县| 湖州市| 千阳县| 南宁市| 乌鲁木齐县| 资溪县| 布拖县| 北辰区| 兴安盟| 土默特左旗| 若尔盖县| 鹤庆县| 温泉县| 仁布县| 临桂县| 昌黎县| 乐业县| 晋宁县| 保定市| 中卫市| 阳原县| 东光县|