pogoscript

    2熱度

    1回答

    我不知道如何索引到PogoScript中使用變量的數組。 常數似乎工作: xs = ['beef','wellington','ensemble'] console.log (xs.1) // prints wellington 但變量不: xs = ['beef','wellington','ensemble'] i = 1 console.log (xs.i) // prints u