例如:有student和studentcard两张表,
student{sid(pk),sname} studentcard{cid,sid(fk),cname} studentcard字段sid参照student字段sid,现在想取studentcard所有字段并在jsp页面显示出来。student{sid(pk),s
例如:有student和studentcard两张表,
student{sid(pk),sname} studentcard{cid,sid(fk),cname} studentcard字段sid参照student字段sid,现在想取studentcard所有字段并在jsp页面显示出来。student{sid(pk),s