conn = DriverManager.getConnection("jdbc:mysql://localhost/bbs?user=root&password=11");
是不是等价于
conn = DriverManager.getConnection("jdbc:mysql://localhost/bbs","root","11");