摘要:
先建立学生模型: 再建立链表业务模型: public class MyLink { public Student s; public MyLink nextone; public MyLink() { } public MyLink(Student x) { s = x; nextone = nul 阅读全文
posted @ 2020-10-18 22:08
万金流
阅读(238)
评论(0)
推荐(0)
|
万金流
以码会友。 吾Q:578751655。 水平有限,轻喷,谢! |