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.
是否可以从 jsp 返回到调用者 servlet?
这就是我的程序的运行方式。
ServletA ---调用----> JSP(有形式)-----返回值-------->ServletA
它是一个循环。
我正在考虑将文件放在我的数据存储中,但它会花费太多查询,所以我正在寻找捷径。
提前感谢您的想法。:)