CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
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.
Page link:
https//www.codepudding.com/Mobile/106175.html
Prev:
GetExternalCacheDir () always returns null is how to return a responsibility?
Next:
Qt how to access the dynamic creation of the window.
Tags:
WeChat development
Related
Links:
CodePudding