shi = parseInt(i  / 10) % 10;

以上是正确形式

 

以下是易错形式

shi = parseInt(i  % 10 /10 )

 

posted on 2021-04-09 08:53  Topcoder-V  阅读(58)  评论(0编辑  收藏  举报