domCache.$wikiArticlesList.append('<li class="articleItem">'+ '<span>' + '<a href =' + linkAuthor + '>' + articleAuthor + '</a>' + '</span>' +'<span class="shortInfo">' + articleInfo +'</span>' + '</li>');
我对此网格列表使用sqlite数据库,它可以正常工作,直到我删除 我添加的第一个项目, 但之后会抛出错误:
`java.lang.IndexOutOfBoundsException:检测到不一致`无效的项目位置1(偏移量:1).state:9
我的代码出了什么问题?我在哪里弄错了?