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.
请任何人向我提供 Adobe Livecycle Designer 中的客户端 JavaScript 代码,以便在数字字段中输入数字时增加表中的行数。
在 JavaScript 中类似于:
for (var i=0; i<NumberFieldName.rawValue; i++) { TableName._RowName.addInstance(0); }