python,Tcl

1,Python 运行tcl 脚本 test.py代码: from Tkinter import Tcl r=Tcl() r.eval('package require itclx') r.eval('cd $env(TCLSPACE)/ATOP') r.eval('source test.tcl') test.tcl代码:  set b 1 while { 1 } { set b [ expr
相关文章
相关标签/搜索