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.
我正在尝试使用会话、视图状态、cookie 在页面之间传输数据,但数据变为空。我想在不使用 Session、ViewState、Cookie、QueryString 的情况下在页面之间进行数据交换。
我能怎么做?
也许这是一个解释你想要做什么的想法,所以有人可以很高兴地提出要修复什么以使会话等工作。
但是要回到您的疑问,如果您不能 POST/GET 使用会话或 cookie。也许您应该使用 JavaScript 而不是更改页面,而是操纵 DOM 来隐藏/显示内容。