标签:android blog http io java 数据 sp 2014 问题
// 创建数据库的链接,查询该用户
JDBConnection sqlConn = new JDBConnection();
sqlConn.executeQuery("select name,password from user_test where name = ‘"
+ username + "‘," + "password = ‘" + password + "‘");
标签:android blog http io java 数据 sp 2014 问题
原文地址:http://www.cnblogs.com/meizhenfen42/p/4002180.html