FileInputStream in = null;
POIFSFileSystem pfs = null;
try {
in = new FileInputStream(nameStr);
pfs = new POIFSFileSystem(in);
hwpf = new HWPFDocument(pfs);
} catch (Exception e) {}
这是读取word的一段,看报错问题应该出现在POIFSFileSystem类对象为空上面 但是确实引用orp包了,链接没有错~下面是错误提示 求解决办法啊 坐等