摘要: 1、 (1) In the code of “for (int i=x.length-1; i> 0; i--)”, it should be i>=0 instead of i>0. (2) If x is null, it will be thrown and do not execute th 阅读全文