Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このクエリを実行したい:
String query = "select login,full_name from users where team_id='" + a + "'";
aは変数であり、列データを別のファイルに保存します(これではなく、Imがクエリを実行しようとしています)
a
a別のファイルにある場合、この変数をどのように使用できますか?
URLのパラメータ値を取得する方法についてはこちらを確認できます
JSPを使用してURLからパラメータを取得する方法