941
次編輯
Economy666(對話 | 貢獻) (bydSongName) |
Economy666(對話 | 貢獻) 小無編輯摘要 |
||
第56行: | 第56行: | ||
-- 如果info无值即无法在songlist中查找到索引值,则返回nil。 | -- 如果info无值即无法在songlist中查找到索引值,则返回nil。 | ||
if info == nil then | if info == nil then | ||
mw.log( '无法在Songlist中发现目标,索引值为:'..index ) | mw.log( '无法在Songlist中发现目标,索引值为:'..index or nil ) | ||
return nil | return nil | ||
end | end |
次編輯