为什么我在输入meithod={1}时会出提示出错

来源:4-4 动态方法调用-深入Struts2

qq_钓宝_0

2017-03-30 20:27

Open quote is expected for attribute "method" associated with an element type "action".

 <action name="helloworld_*" method={1}  class="com.imooc.action.HelloWorldAction">

写回答 关注

3回答

  • 慕盖茨7794722
    2017-06-30 16:42:06

    method 后面少了“”

  • 波特0
    2017-05-06 10:29:07

    为避免这种情况,直接alt+/使用,这样双引号直接提供

  • qq_这是只仓鼠_0
    2017-03-30 20:34:04

    双引号...

Struts2入门

本教程带你踏上Struts2学习之旅,对Struts2进行更深入讲解

95061 学习 · 456 问题

查看课程

相似问题