Lua 中的string.find函数功能. withpy 2021-07-24. 简介下面是我的代码str =“ abc @ hotmailcom” a = string.find(str,“ @”)print(a)我的输出是4,即“ @”的放置 ...
確定! 回上一頁