js中的init含义是什么?
phpcn_u700
phpcn_u700 2017-02-25 09:53:10
0
2
1192

我看到的一段代码当中有这样的代码句:
window.onload=init;
console.ward=function(){};
请问这两句是什么意思?

phpcn_u700
phpcn_u700

reply all(2)
数据分析师

What is the meaning of init in js? -PHP Chinese website Q&A-What is the meaning of init in js? -PHP Chinese website Q&A

Let’s take a look and learn.

巴扎黑

init是一个函数,从字面理解,用来做初始化的工作
ward是一个字段,相当于事件。后面是一个匿名的空函数

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template