*a

     *b1

          -c1

          -c2

     -b2

 

  • int depth = Math.Log(this.TreeView1.Nodes.Count) + 1;  //得到2差数的深度
            for (int i = 2; i <= depth; i++)
            {
                 this.TreeView1.                         //想得到2差数里面的 "c1;c2"
            }

高手请赐教!~·

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
  • 2021-11-17
  • 2021-08-06
  • 2022-12-23
  • 2022-02-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-04
  • 2021-12-04
  • 2021-12-04
  • 2022-12-23
相关资源
相似解决方案