谭逸飞的Git实践作业提交 #1

Open
p8fmvuwso wants to merge 1 commits from TanYifei_branch into main

@ -9,3 +9,5 @@ public class DateTimePickerDialog {
}
}// 新功能:添加时间格式化方法
public String formatTime() { return "格式化时间"; }
// 个人分支独有功能 - 谭逸飞
public void displayInfo() { System.out.println("这是个人分支的独特功能"); }

Loading…
Cancel
Save