解决idea无法使用jsp里面部分内置对象

在这里插入图片描述
解决:

  1. 先导入servlet-api.jar包
  2. 再导入jsp-api.jar包

因为只有servlet包不全

你可能感兴趣的:(java,intellij-idea,servlet)