#!/bin/bash array=(one two three four [5]=five) echo "Array size ... Array size: 5 Array items: one two three four five Array indexes: 0 1 2 ...
確定! 回上一頁