建立一个整数范围的阵列。
语法: array range(int low, int high);
传回值: 阵列
函式种类: 资料处理
此函式建立一个由小到大的连续整数阵列。在 shuffle() 函式有使用范例。
shuffle()