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.
我使用一个ASP.net. 我需要将所有会话数据(会话变量和会话请求变量)复制到String []. 我怎样才能做到这一点?
ASP.net
String []
我也需要相反的条件。
我如何使用序列化概念来做到这一点
序列化和反序列化应该可以解决问题。
您可以在此处查找有关序列化的教程。