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.
我想知道是否有办法在单个输入框中使用更多文本框?例如,当按下按钮时我调用一个输入框,我希望它说这样的话:
-名称:(文本框)
-地址:(文本框)
好的 取消
可以读取两个字符串的位置。可能吗?
提前致谢。
不,这是不可能的。
您可以为此任务创建自定义表单。要允许非阻塞使用,您可以使用回调委托或在用户关闭表单时引发的事件。
正如 Nico 所说,如果不创建自定义表单是不可能的(很容易做到)。或者你可以只调用两次输入框。