Problems are not stop signs; they are guidelines.
問題的出現(xiàn)不是讓你止步,而是給你指路。———— Robert Schuller
doc帶格式轉(zhuǎn)文本,如html 之前發(fā)布過使用antiword把doc文檔轉(zhuǎn)出成純文本,但這個工具的轉(zhuǎn)出是無格式的,下面是我找到的一款工具,說是可以把任何openoffice支持的格式的文檔進行互轉(zhuǎn),我只測試了doc轉(zhuǎn)到html。 具體文檔見這里: http://dag.wiee.rs/home-made/unoconv/ 還有這里: https://www.systutorials.com/docs/linux/man/1-unoconv/ 我在ubuntu下使用 sudo apt-get install unoconv 可...