willsonlincake 发表于 2022-4-8 01:18:39

F#数组

// Arrays use square brackets with bar
let array1 = [| "a"; "b" |]
// Indexed access using dot
let first = array1.
页: [1]
查看完整版本: F#数组