62,628
社区成员
发帖
与我相关
我的任务
分享 if (head != null){
if (data.compareTo(head.data) == 0){
head = head.next;
}
}
这里有问题, next 是什么~ 
public class Demo {
public static void main(String[] args) {
if (args.length == 0) {
System.out.println("no args.");
}
}
}像楼主的代码层级多,又没有排版,没法看。