求助nothing用法
想请教下这个nothing到底应该怎样比较啊?比如:
:local testvar :nothing // 此处改成其它的,比如去获取某个DNS设置,而这个DNS并未设置,测试结果也是一样的
:if ($testvar = :nothing) do={
:log info "fsfs"
}
这个if判断的结果始始是假的。难道nothing是不可以比较的吗? :if ([:typeof $testvar] = nil) do={:log info "fsfs"
}
页:
[1]