split参数
Parameter Values
+————-+——————————————————–+
| **          | Description                                        |
| Parameter** |                                                        |
+=============+========================================================+
| separator | Optional. Specifies the separator to use when          |
|             | splitting the string. By default any whitespace is a   |
|             | separator                                              |
+————-+——————————————————–+
| maxsplit  | Optional. Specifies how many splits to do. Default     |
|             | value is -1, which is “all occurrences”              |
|             |                                                        |
|             | 即匹配几次                                             |
+————-+——————————————————–+
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!