JavaScript:实现Graph图表类算法 class Graph { constructor () { this.adjacencyObject = { } } addVertex (vertex