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
相關文章
相關標籤/搜索