sort () 方法用于对数组的元素进行排序,并返回数组。 ... <script type="text/javascript"> var arr = new Array(6) arr[0] = "George" arr[1] ...
確定! 回上一頁