tuple
摘要:1.tuple_sort_index - 对元组的元素进行排序并返回已排序元组的索引。 示例 Tuple1 := [1, 5, 8, 7, 6]tuple_sort_index (Tuple1, Indices) 结果: Indices的值为[0, 1, 4, 3, 2] 2.tuple_max -
阅读全文
posted @ 2018-12-21 10:17
posted @ 2018-12-21 10:17