例如:010000,010100,030000,030400,130000,130200
收起
string str ='010000'
if(str.toCharArray()[3]=='0'){
}else{
}
报告相同问题?