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.
我有一个生成图像文件的 servlet。我正在尝试从单个 jsp 页面发送两个不同的请求(具有不同的参数)以显示两个不同的图像。似乎图像随机混合。有时页面显示两个不同的图像,有时在两个地方都显示 image1,有时在两个地方都显示 image2。这是预期的行为吗?有人可以解释会发生什么吗?我试图避免为每个图像使用两个不同的 servlet。