Error:java:类型com.itextpdf.text.List不带有参数类型

或者

Type 'com.itextpdf.text.List' does not have type parameter

这个问题,曾经在处理pdf时出现过,原因可能是list的包引入的不恰当。

尝试引入下面的list试一下。

import java.util.List;
import java.util.ArrayList;

类型com.itextpdf.text.List不带有参数类型

相关文章:

  • 2022-12-23
  • 2021-06-20
  • 2022-12-23
  • 2021-06-29
  • 2022-01-15
  • 2021-10-14
猜你喜欢
  • 2021-07-30
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2022-12-23
相关资源
相似解决方案