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.
我想在节点中显示双引号和括号。
不使用 A[label="Rahul(A)"]。我想在 Rahul(A) -> B 期间展示
我知道这样做的唯一方法(不带标签)是将节点名称括在双引号之间,并转义作为节点名称一部分的双引号:
这有效:
"Rahul(A)" -> "Rahul \"B\"";