<link rel="stylesheet" type="text/css" href="__STATIC__/themes/default/easyui.css" />
<link rel="stylesheet" type= "text/css" href="__STATIC__/themes/icon.css" />
<link rel="stylesheet" type="text/css" href="__STATIC__/themes/demo.css " />
<script type="text/javascript" src="__STATIC__/jquery.min.js"></script>
<script type=" text/javascript" src="__STATIC__/jquery.easyui.min.js"></script>
In front-end development under the TP5 framework, it always prompts that undefined styles and scripts are introduced , but when actually executed, it can be executed normally
__STATIC__/This path is wrong
Is the path wrong?