data[i] = result.get(i)+10-8; 改为:data[i] = (result.get(i)+10-8)%10;//因为如果1+8=9的话,9+10-8=11.