Array.Shift()
Description 描述
Removes the first element of the array and returns it.
Note: This is javascript only. C# does not use this feature.
Removes the first element of the array and returns it.
Note: This is javascript only. C# does not use this feature.