我使用JTextPane作为简单的html编辑器。jtp=new JTextPane();jtp.setContentType("text/html;charset=UTF-8");jtp.setEditorKit(new HTMLEditorKit());
確定! 回上一頁