2017年2月22日
摘要: public class Counter { /**用递归算法,把括号内的公式算出然后递归 * @param args */ public static void calculator (String str){ //System.out.println(str); //装载到StringBuffe 阅读全文
posted @ 2017-02-22 11:16 lalahui 阅读(477) 评论(0) 推荐(0)
摘要: java用递归算法做的四则混合运算计算器 阅读全文
posted @ 2017-02-22 10:57 lalahui 阅读(180) 评论(0) 推荐(0)