会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
浮尘微光
奋斗不止!
首页
新随笔
管理
2024年1月30日
idea中使用junit5
摘要: 新建一个类: public class Factorial { public static void main(String[] args) { System.out.println(add(2,3)); } public static int add(int a, int b){ return a
阅读全文
posted @ 2024-01-30 15:53 浮尘微光
阅读(444)
评论(0)
推荐(0)
编辑