1 2 Read More
注意:jQuery的jar包后缀为.js,而且在myeclipse中需要放在WebRoot下! 点击shirt3时: 点击shirt时: 代码如下: <%@ page language="java" pageEncoding="UTF-8"%> <!doctype html> <html lang= Read More
import java.util.Vector; public class UserInfoList { private static UserInfoList user = new UserInfoList(); private Vector vector = null; public UserI Read More