Collections_List

1. Create a list Create List

2. Append To List: Adds values ​​to the end of list append element to the list.

The results 3.Combine Lists merge two lists, and returns after the merger

Copy a list 4.Copy List

5.Get From List value from the list

6.Get Index From List returns the given index worth

6.Get Slice From List array slice

7.Insert Into List inserted into the list of values

8.Remove From List index value based on the removal list

9.Remove Values ​​From List to remove a list of values ​​based on values ​​inside

10.Reverse List reverse list

11.Set a certain value in the update list List Value

12.Sort List List Sorting

Guess you like

Origin www.cnblogs.com/ting152/p/12332273.html