Little_jie 发表于 2015-11-25 14:32 type mismatch: cannot convert from int to short,因为s1=s1+1中的1是int类型的,需强制转换才行. s1 = (sh ...
hdhunter 发表于 2015-11-25 14:41 好厉害。