gpt4 book ai didi

java - 使用jsp在sql查询中传递变量值

转载 作者:行者123 更新时间:2023-12-01 05:27:37 24 4
gpt4 key购买 nike

假设我有一个 sql 查询

     Select abc from table1 where abc > 100

我希望从文本框中派生出 100 的值谁能告诉我如何在jsp中做到这一点?

最佳答案

您需要将表单发布到 servlet

<form action="YourServlet">
<input type="text" name="data">
</form>

在 doPost 中的 servlet 上

request.getParameter("data");

另请参阅

关于java - 使用jsp在sql查询中传递变量值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9510998/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com