0
2
497
1
#查询名字以“王”开头的学生信息。 #select * from student where sname regexp '^王'; #查询班长表...
package test; import java.awt.*; import java.awt.event.*; public class E...