Blogger Information
Blog 27
fans 0
comment 0
visits 20803
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
javascript基础学习记录-2019年12月18日
古城老巷丶
Original
715 people have browsed it

javascript创建对象

在JS中,可以先创建对象并赋值,

创建对象方式1

image.png

创建对象方式2

image.png

创建对象方式3,并传递参数

image.png

在JS对象里,两个方法可以互相调用,b方法调用a方法时,需加上对象进行调用。

image.png

JS定时器

setTimeout(function(){},) :参数1,是一个匿名函数,在函数里进行操作。参数2:设置时间,通常为秒,1000等于1秒

image.png

setInterval函数,和setTimeout一样,但是setInterval函数会让它隔断时间继续执行,参数2是需要相隔时间

image.png

clearInterval函数:专门用在结束setInterval函数,这样做和setTimeout函数功能一样

image.png

定时器按钮实战

image.png






总结

JS中的匿名函数:在使用中只能调用一次。没有函数名,function创建后生成内存地址,通过内存地址找到该匿名函数里的返回值。







Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:匿名函数, 更多是事件方法或回调方式执行
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