摘要: 1.创建一个dot文件,在节点属性中使用URL关键字: target关键字指定链接打开的方式 2. 生成图形: dot -Tpng test.dot -o test.png 3. 生成HTML文件: dot -Tcmapx test.dot -o test.html 生成的HTML如下: 4.在HT 阅读全文