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