The codes are all written according to the teacher's instructions, but there is no response at all when I click to log in. I feel that the verification conditions added are not working. What's going on?
王林2019-08-24 11:37:43
You can take a look. There is no response when clicking login. If the button is of input type, if so, check whether the type attribute is submit. If not, it may fail.
There is another possibility that the login button is bound to a JS event. You have to check the class name or ID of the button to see if the JS is written incorrectly. #%