Home > Mobile >  Excuse me WeChat small programs, how to turn a function assigned to the variable?
Excuse me WeChat small programs, how to turn a function assigned to the variable?

Time:03-29

As title,
The IDE in the small program to write the code like this:

Make: function () {
Var fun=ABC;
},

ABC: function () {
},

But the compiler complains: ABC undefined.
  • Related