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.
我在客户端javascript很少有数组 int。string
int
string
如何在 asp.net 的按钮单击处理程序中的服务器端访问它们?
一种有效的方法是将它们序列化并将其分配给runat="server"隐藏字段。然后,您将能够访问数组反序列化Value属性。
runat="server"
Value
您可以使用 json 格式或逗号分隔值轻松处理序列化。