tcl中的一个小问题
时间:10-02
整理:3721RD
点击:
不知这个问题是不是该放在这个模块
问一下,tcl中,输出的话可以 puts "this is a new word"也可以 puts stdout "this is a new word"
我看这两个结果都是一样的,请问有什么区别吗
问一下,tcl中,输出的话可以 puts "this is a new word"也可以 puts stdout "this is a new word"
我看这两个结果都是一样的,请问有什么区别吗
stdout 是缺省的 管道吧,输出的,