在lua的string.find方法用法为string.find(s1, s2)含义为查找字符串s2在s1中出现的位置,如果找不到,返回nil。但这个方法实际上是以正则表达式来解释s2的, ...
確定! 回上一頁