报告没有 URI 或 tagdir 属性的 JSP 导入指令。

示例:


<html>
  <body>
    <%@ taglib prefix="html"%> // 错误:应该指定 `uri` 或 `tagdir` 属性
    ...
  </body>
</html>