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.
我有 infopath 表单,我想重定向它...有两个按钮,我想要当用户点击提交时,它被重定向到页面“a.aspx”,当我点击取消时,它被重定向到页面“ b.aspx”。
我已经从搜索中得到了答案。
按钮上不应该有规则。
然后在两个按钮的单击事件上,使用 httprequest.current.response.redirect 方法
我想使用以下方法将命令插入交互式环境:
bc <<END 1+1 quit END
该示例的输出是 ' 2',它在键入 后出现END。假设我想抑制这个输出。因此,在输入 END 后,我不希望出现任何输出。我怎么能做到这一点?
2
END