Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想做“google code prettifier”(网页中代码片段的语法突出显示)所做的事情,但在服务器端使用 java.util.
过去,我使用Java2HTML将源代码转换为 HTML。