在Struts.xml文件中如果配置Action时没有指定action元素的class属性时,系统会
举一反三
- 在Struts.xml文件中如果配置Action时没有指定action元素的class属性时,系统会( )。 A: 自动使用Action接口作为Action处理类 B: 提示创建Action类 C: 抛出异常 D: 自动使用ActionSupport类作为Action处理类
- 智慧职教: 在action元素中指定Action类调在action元素中指定Action类调用方法的属性是()
- 在action元素中指定Action类调用方法的属性是() A: Name B: Method C: class D: result
- 在Struts中,当访问一个action时,默认执行该action对应的Action类中的_________________方法。
- 在struts的配置文件中,action节点的哪一个属性用来action指定引用的actionForm() A: name B: attribute C: scope D: path