為什么我在輸入meithod={1}時(shí)會(huì)出提示出錯(cuò)
Open quote is expected for attribute "method" associated with an element type "action".
?<action name="helloworld_*" method={1}? class="com.imooc.action.HelloWorldAction">
Open quote is expected for attribute "method" associated with an element type "action".
?<action name="helloworld_*" method={1}? class="com.imooc.action.HelloWorldAction">
2017-03-30
舉報(bào)
2017-06-30
method 后面少了“”
2017-05-06
為避免這種情況,直接alt+/使用,這樣雙引號(hào)直接提供
2017-03-30
雙引號(hào)...