Reference URL: http://api.php63.cc/login
Unable to obtain the complete html structure and the corresponding DOM element cannot be found. Please ask a master to explain the principle. Beg on your knees! Beg on your knees! Beg on your knees! Beg on your knees!
DOM is dynamically generated from imported js files.
You can view the source code in F12. Most of the front-end things are transparent, and the questions are not clear enough. What are you looking for? And the account and password are cached in the URL you shared. Pay attention to information security
Use F12 to view,
Don’t use ctrl+U
Dom is dynamically generated by js, and you can’t see it when looking at the source code.
This is a vue.js website. It is different from the traditional way of directly operating the dom. You can use the browser to expand and look at the compressed code. In fact, it is dynamically generating the dom. It is recommended to take a look at the Vue.js official website.
This is the component development. It looks like it should be developed by Vue or React. The pages are all written in .js or .vue files. They are packaged and introduced to the homepage using packaging tools such as webpack, so that nothing can be seen.
A webpage I wrote recently, see if it looks like http://histest.mobimedical.cn...
You can take a look at the website built with react