1.需要用到的包 2.实例 实体类 people package com.shore.entity; /** * @author DSHORE/2019-4-19 * */ public class People { private int pid; private String pname; private int age; private String job; private double sal; public People() { } public People(int pid, St…
<html> <head> <script> var qianzhui = "cc"; var test1=""; function test(){ var test="<table>"; for(var i=0;i<4;i++){ test = test + "<tr><td><input id='" + qianzhui + "_…