gpt4 book ai didi

tcl - tcl 中棘手的 var 验证

转载 作者:行者123 更新时间:2023-12-04 05:48:14 25 4
gpt4 key购买 nike

我有一个变量是否存在取决于我的输入所以我做了一个如果:

if { [info exists $var1] } {
puts "Here we are, Born to be kings, We're the princes of the universe ..."
}

但是当我启动我的脚本时,我得到了错误日志:

can't read "var1": no such variable
while executing
"info exists $var1"

怎么了?

最佳答案

使用 if { [info exists var1] } {...

变量在调用之前被替换,info也不异常(exception)。所以传递变量的名称而不是它的值。

关于tcl - tcl 中棘手的 var 验证,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12179314/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com