即使我使用gsub将空格更改为_ if语句仍然出错 尝试索引零值 我不知道问题是什么。我不能使用对因为那是我老师的指示。
这是代码对不起提前我是初学者。
text = "ib c e d f"
text = string.lower(text)
b = text:gsub("%s+", "_")
for k=1, #b do
if not string.sub(b, k,k) or string.sub(b, k,k) ~= " " then
if a[i][2] == string.sub(b, k,k) then
print(yes)
end
end