我使用JavaScript为安卓手机创建了数组-gap,并将链接的索引值推送到数组中,同时单击动态list.Again中的特定链接。我运行该应用程序,然后单击其他链接,当前值(ie.,clicked link -indexvalue(I think - it each time create a new array))存储在数组中。如何在每次运行应用程序时维护数组中以前值<
我有一个函数,通过以下方式将一些元素添加到数组中:
let mutable result = Array.CreateInstance(typeof<int>, arrayA.Length + arrayB.Length问题是当我调用函数时,结果应该是int[],并且它返回一个数组。如果我没有错,显然是因为Array.CreateInstance创建了一个数组,但我认为在我的情况下,数组将与int[]“兼容”。This expression was expected to h