How to read diff result: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:




<graphviz>
digraph G {
digraph G {
   rankdir=LR;  // 设置布局方向为从左到右
   rankdir=LR;  // 设置布局方向为从左到右
Line 31: Line 32:
   node4:p -> node7:n;
   node4:p -> node7:n;
}
}
</graphviz>

Revision as of 16:30, 10 January 2025