matheca中的键盘功能

发布于 2024-10-31 00:46:39 字数 121 浏览 0 评论 0原文

我试图找出 Mathematica 有哪些键盘功能。希望任何人能够提供一些帮助。具体来说,我想:

1)如何实现类似“按任意键继续...”的行为

2)如何接受用户输入?

非常感谢。

I am trying to find out what keyboard functionalities Mathematica has. Would appreciate anyone to give some help. Specifically, I want to:

1) How to implement something like "press any key to continue..." behavior

2) How to accept user input?

Many thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

对风讲故事 2024-11-07 00:46:39

首先,您需要查看 InputChoiceDialog 进行简单的操作。

如果您想构建自己的界面,可以使用动态交互组件 CreateDialog 构造一个自定义笔记本对话框窗口来接受并返回您想要的任何类型的输入。

您可能会找到控制对象简介通用输入教程也很有用。

First, you'll want to look at Input and ChoiceDialog for something simple.

If you want to build your own interface, you can use the dynamic interactivity components with CreateDialog to construct a custom notebook dialog window to accept and return whatever kind of input you'd like.

You might find the Introduction to Control Objects and Generalized Input tutorials useful as well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文