JDBC 事务回滚 关闭事务自动提交
package com.mxy.jdbc;import java.sql.Connection;import java.sql.DriverManager;import java.sql.PreparedStatement;import java.sql.SQLException;/* sql脚本: drop table if exists t_act create table t_act( actno int,