我正在按照本教程使用 struts2 创建一个 SEO 友好的 url,但是在我的课堂上
@RequestParameter
public void setId(int id) {
this.id = id;
}
这个错误出现在@RequestParameter
RequestParameter cannot be resolved to a type
我已经在我的中包含了 struts2-core jara,web-inf/lib
但我仍然想知道它为什么会在那里返回错误。