Import js file in IDEA, error: net::ERR_ABORTED 404

When writing code today, a jQuery file was introduced. As shown below:

When pressing F12 to enter the developer's troubleshooting, an error 404 is displayed, and the jquery -3.3.1.min.js file is not found, which means that the jQuery toolkit does not work.

The editor here can be sure that the path is correct. I found many ways to solve this problem, but finally solved it by mistake! !

Solution:

 Clear browser cache, history, cookies, close Idea restart, restart project

problem solved! !

Guess you like

Origin blog.csdn.net/weixin_45730522/article/details/130436605