10 2016 档案
摘要:<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN" "http://struts.apache.
阅读全文
摘要:package cn.itcast_01; /** *Person类 */ public class Person { /** 姓名 */ private String name; /** 年龄 */ private int age; /** 性别 */ private String sex; pu
阅读全文