十有八九是id定位写错了,
htmlStr += "<tr id=\"tr-"+this.id+"\">";正确
htmlStr += "<tr id=tr-"\"+this.id+"\">";错误
posted on 2020-03-26 21:42 十年磨三劍 阅读(117) 评论(0) 收藏 举报