What is the development language of WeChat applet
The development language and files used by WeChat are very "special".
The types of program files used by mini programs are roughly divided into the following categories:
1. WXML (WeiXin Mark Language, WeChat Markup Language)
2. WXSS (WeiXin Style Sheet, WeChat style sheet)
3. JS (the main body of the mini program)
In terms of language, Mini programs seem to redefine a set of standards. But in fact, they are not much different from the "front-end three-piece set" - HTML, CSS and JavaScript.
For more related knowledge, please pay attention to PHP Chinese website!
The above is the detailed content of What is the development language of WeChat mini program?. For more information, please follow other related articles on the PHP Chinese website!