Blogger Information
Blog 37
fans 0
comment 1
visits 42814
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
执行目标21
戈壁骆驼的博客
Original
676 people have browsed it

昨天晴,第一批扫码盒子到了,和臧工兴奋的开始测试。大坑呀!行里WIFI的限制整整2个小时来回试,还打电话咨询客服,最后查的结果是行内的网有问题,通过手机共享热点,立马解决。

学习目标:开始Javascript对象的学习,掌握基本概念。

知识回顾:Javascript语言中几乎所有东西都是对象,其中number,string boolen function是可以用typeof测试出来的对象,其它的typeof返回的都是object.

如何判断其它返回object对象呢(问题引导法),判断Array使用 Array.isArray(myVar);

判断Null使用myVar === NULL; 判断全局变量是否存在:typeof window.myVar ==="undefined"; 

数据类型转换 特殊的情况:number 转string   例123..tostring()  ||  (123).string();

标准对象1 :Date   特殊的是月份是从0开始的,也就是一月在Javascript里表示为0。

Date对象取时间的方法包括: Date.getFullYear(); getMonth();getDate();getDay()(取星期);getHours();getMinutes();getSecondes();getMilliseconds();getTime()(取时间戳);

好,记的笔记明显有进步,知识点都列出来了。有时间回来看看,加强一下印象。下一个问题也是今天要接触到的正则表达式,据说是高级工具,以前也看过多次,但都没有什么结果。这次一定拿下它来。

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post