有哪些手机app是可以完整读取doc文件的?

2025-06-22 15:04:42
推荐回答(3个)
回答1:

金山的WPS就可以啊,读取编辑都行

回答2:

word有微软的专用格式,如果要读取其内容,可以使用jar包,如下:1。用jacob/down_view/down_view.cn * @author chris * @version 1.0,who use this example pls remain the declare */ public class PdfExtractor { public PdfExtractor() { } public static void main(String args[]) throws Exception { FileInputStream in = new FileInputStream ("c:\\a.doc"); WordExtractor extractor = new WordExtractor(); String str = extractor.extractText(in); System.out.println("the result length is"+str.length()); System.out.println("the result is"+str); } }

回答3:

用wps打开