84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
学习是最好的投资!
Brother, your formal parameter name list has the same name as the built-in type list. So the list at this time is no longer a list class. It is a local variable name.
Rename the list in your function, becauselistis a built-in variable and a reference to the list type
list
Brother, your formal parameter name list has the same name as the built-in type list. So the list at this time is no longer a list class. It is a local variable name.
Rename the list in your function, because
list
is a built-in variable and a reference to the list type