错误如图所示(<stron>):</stron> Parse Error at line 302 column 17: 元素类型为 "struts-config" 的内容必须匹配 "(data-sources?,form-beans?,global-exceptions?,global-forwards?,action-mappings?,controller?,message-resources*,plug-in*)"。 一般看到这段描述的时候首先是看字符是否匹配了。 ㈠.“?”代表是0个或1个,“*”代表是0个或多个。当然在这...