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.
似乎是一个非常简单的问题,但我在任何地方都找不到。有谁知道 ListItem 的值可以是最大长度吗?
我确信这比我所做的事情所需要的要多,但只是想确定一下。
我认为理论上是无限的。因此,它仅受您的内存或浏览器功能的限制。
在服务器端,它通常可以和字符串一样长。那是int.MaxValue字符。但是你会更早地在客户端遇到问题。
int.MaxValue