Teacher, I would like to ask what does map._map in the following code mean? Why write this.
轻狂书生
轻狂书生 2018-03-21 17:49:45
0
2
1324

map._map.appendChild(div);

轻狂书生
轻狂书生

reply all(2)
aaa

map is an object, call appendChild() in map; method div is a parameter

future。

map is an instantiated object, _map is a div (that is, a map div), use the instantiated object to find _map

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