#!/bin/sh #注意不是/bin/bash echo ... array=(${words// / }) #打印数组最后一个成员echo ${array[${#array[*]}-1]} #打印数组长度echo ${#array[*]} #字符串不转换为 ...
確定! 回上一頁