The difference is that fly returns a lightweight Element and occupies less memory, but does not save the reference to the object. Each use will change the previous object, while get will cache the Element object returned each time, but it occupies more memory. of memory. We use an example to illustrate the difference between the two, and at the same time look at the powerful functions that Element provides us. Add an html page to our project with the following content: