我是Java新手。我试图输入for语句的后两个Q [i],但是程序突然打印出列表。
这是我的代码。
List<String> userInputList = request.getInputList();
List<String> userDBList = sqlStatement.execute(getConditionedQuery);
Boolean validDate = userDBList.containsAll(userInputList );
getConditionedQuery = "select user_backedn_id from user_table where user_id='X123'AND X complex conditions";
帮我解决错误,以便我可以在twoQ中输入所有i。