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.
调用时可以检索一定数量的行form.getRows吗?如果有,最大值是多少?
form.getRows
行数在服务器端确定。它通常在 100 左右。
要翻阅行,请继续调用getRows(),每次指定要检索的第一行的索引。