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.
我有一个名为“line”的变量,它在有意缓存的(sample.jsp)jsp 页面中具有值“true”(标签)。现在我想检索存储在其他一些 jsp 中的“line”变量中的值,其中导入了 sample.jsp。但由于页面被缓存,我无法获得预期值。如何获得这个值?请帮忙。