摘要:
通过3种方法在html中显示: 1.内部嵌入式 <标签 样式属性名:样式属性值;样式属性名:样式属性值;> <html> <head><meta></head> <body> <div style:"width:500px;hegth:300px;backgroud-color:#c4c4c4;ba 阅读全文
摘要:
用java语句编写数据库 public class JDBCTest{ public static void main(String[] args){ Class.forName("com.mysql.jdbc.Driver"); Connection conn=null; PreparedStat 阅读全文