$.each(asList(1, 2, 3), new Block<Integer>() {
public void apply(Integer item) {
System.out.println(item + ",");
}
});
它抛出错误,它无法解析“$”我正在使用 underscore-java 1.6
$.each(asList(1, 2, 3), new Block<Integer>() {
public void apply(Integer item) {
System.out.println(item + ",");
}
});
它抛出错误,它无法解析“$”我正在使用 underscore-java 1.6