问答详情
源自:8-7 商品详细信息显示

请问 cannot resolve method 是什么原因?

int id = Integer.parseInt(request.getParameter("id")); 老师,为什么我的“getParameter”在IDEA里面会出现红色提示“cannot resolve method”的啊?

提问者:AmdyXu 2016-03-24 08:41

个回答

  • imoocbrave
    2016-06-29 18:06:26

    需要吧tomcat的java依赖包servlet-api.jar导入,就没有提示报错了。

  • BuRanda
    2016-03-24 20:33:02

    parselnt是什么方法我不知道 但是建议用Integer.valueof()方法将String转成int