This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我有一个 ID 为 "input_6"的输入小工具(GC-wdiet-input)。
在 JavaScript 函数中、如何获取 input_6的值?
例如、我尝试过以下操作:
VAR 输入= GcWidget.querySelector ('#input_6').value;
VAR s =`输入为${input}`;
告警;
这不起作用。 输出字符串为"Input is undefined"
谢谢!
尊敬的 Mark:
您能否确认您正在使用哪个版本的 GUI Composer?
谢谢
小