方法介绍
分割字符串到数组
方法名称:
类_字符串.去首尾空
语法:
类_字符串.去首尾空(s)
参数:
s:字符串
返回字符串
require "懒人综合插件"
local s=" aaa-bbb-ccc-ddd-eee "
while true do
local ret=类_字符串.去首尾空 (s)
print(ret)
print("----------------------------------")
sleep(2000)
end