Why can we do str:split(“,”) but not tab:insert(val)?

后端 未结 0 1095
我在风中等你
我在风中等你 2020-12-14 09:35

We can do either string.split("1,2,3",",") or ("1,2,3"):split(",") and receive the same result.

Howe

相关标签:
回答
  • 消灭零回复
提交回复
热议问题