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.
我想根据用户使用 bean 输入到第一个文本字段的值自动填充我的 jsp 表单的一些文本字段。内部工作应该是从文本字段中获取这个值说 v1 并从数据库(Mysql)中获取基于 v1 的值。那么它应该将此值放在分配给它的文本字段中有人可以帮忙吗?