谁能告诉我如何保护 imagej 宏脚本中变量的值?
一般情况下,在大多数编程语言中都会有一个关键字,例如const
, 来保证变量不变,但是在 imagej 宏中这个可选关键字是无法识别的。
谁能告诉我如何保护 imagej 宏脚本中变量的值?
一般情况下,在大多数编程语言中都会有一个关键字,例如const
, 来保证变量不变,但是在 imagej 宏中这个可选关键字是无法识别的。
The ImageJ macro language does not support constants. Use one of the other supported scripting languages instead.