<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>{$title|default="页面标题"}</title> <link rel="stylesheet" href="/static/css/bootstrap.css"> <script type="/static/js/jquery-3.6.0.min.js"></script> <script type="/static/js/bootstrap.min.js"></script> </head> <body>
The navigation bar I downloaded directly from bootstrap also introduced jquery.js. Why can’t I click on the drop-down menu?
And my ajax used for registration verification also passed. Where did I go wrong?
What is the console error message? Are all external scripts imported correctly?