如果我想让eclipse中重写的方法参数自动填充怎么设置

2019-03-25 13:43|来源: 网路

public ActionForward execute(ActionMapping mapping, ActionForm form,
HttpServletRequest request, HttpServletResponse response)
throws Exception {
当我用myeclipse重写execute方法时它总是会这样
public ActionForward execute(ActionMapping arg0, ActionForm arg1,
HttpServletRequest arg2, HttpServletResponse arg3)
throws Exception {
怎么设置才能让其参数自动填充成上面的形式?

相关问答

更多