java基础篇2---逆序输出

使用逆序输出函数new StringBuilder(String.valueOf(number)).reverse()来逆序输出数值;

原文地址:https://www.cnblogs.com/liurenquan-246/p/6109536.html