search

Home  >  Q&A  >  body text

Teacher, I would like to ask what does map._map in the following code mean? Why write this.

map._map.appendChild(div);

轻狂书生轻狂书生2448 days ago1312

reply all(2)I'll reply

  • aaa

    aaa2018-04-19 20:44:28

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

    reply
    0
  • future。

    future。2018-04-12 20:57:56

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

    reply
    0
  • Cancelreply