Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个输入类型的日期。我想将选定的值保存在变量中,并在下一页上显示它们。当我将此变量设置为“小部件上的文本”并在下一页将文本设置为值时,我没有结果。在其他示例中,例如下拉列表或输入类型文本,一切正常。
您应该选择 setText to "value of variable"而不是 setText to "value"。然后选择您在第一页中定义的变量名称。谢谢