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.
在 TCL 的 Itcl 包中,有一种方法可以使用 common 关键字为该类定义一个类和静态成员。但我从未见过公共变量被声明为私有或公共?我们可以这样做吗?如果不是,那为什么?
itcl 的文档指出,关键字 { private, public, protected } 可以放在 { method, proc, variable 或 common } 之前,所以答案是肯定的,我们可以这样做。
参考:http ://www.tcl.tk/man/itcl3.1/class.n.html