为啥要一个一个比较。看你的代码就是要比较partlist[i]和partlist[0]中每一个元素都相等。应该直接写: if partlist[i] == partlist[0] 如果partlist[i]长度不只32 ...
確定! 回上一頁