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(如 A.jsp 和 B.jsp),它们没有关系(如包含等)。 在 A.jsp 中,我有一个名为 isAccess 的静态布尔值。我可以从 B.jsp 访问 A.isAccess 吗?
如果是,请告诉我正确的方向。