openLuat / LuatOS

LuatOS -- Powerful embedded Lua Engine for IoT devices, with many components and low memory requirements (16K RAM, 128K Flash)
https://wiki.luatos.com
MIT License
460 stars 100 forks source link

LuatOS - string库 - 添加toHex/fromHex/split方法 #29

Closed wendal closed 4 years ago

wendal commented 4 years ago
wendal commented 4 years ago

问题来了, split方法怎么搞呢?

chenxuuu commented 4 years ago

strtok

wendal commented 4 years ago

好呢, 加上了