<CJ>仓颉exe传参数报错An exception has occurred: IndexOutOfBoundsException

main(args:Array): Int64 {
    println(args[0])
    return 0
}

D:\Cangjie\src\dome1>d:\Cangjie\src\dome1\dome1.exe
An exception has occurred:
IndexOutOfBoundsException
at Cangjie.dome1.main(std.core::Array<…>)(D:\Cangjie\src\dome1\dome1.cj:11)

D:\Cangjie\src\dome1>d:\Cangjie\src\dome1\dome1.exe 1,2,3,4

你可能感兴趣的:(《CJ》学习.log,开发语言)