📜  如何在 remix 中输入参数数组列表 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:20.357000             🧑  作者: Mango

代码示例1
// say the function parameter is: uint[] memory numbers
// an example input in remix is as follows: [5, 10, 15, 20]