摘要:
# open the logfileset logfile "~/Desktop/abc"set logfile_handle [open $logfile a]# log the command being sent to Mosflmputs $logfile_handle "aaaa"# close the logfileclose $logfile_handle 阅读全文
posted @ 2011-08-11 15:19
greencolor
阅读(115)
评论(0)
推荐(0)
摘要:
class cc { public method changtextconstructor { args } {}}body cc::changtext { args } {puts $argsreturn [expr $args +3]}set kk [[namespace current]::[cc \#auto] changtext 33] puts $kk 阅读全文
posted @ 2011-08-11 13:59
greencolor
阅读(134)
评论(0)
推荐(0)
浙公网安备 33010602011771号