Interactive

Interactive

是一个选项,指定在模仿会生成用户提示的操作时,函数是否应在被手动调用的情况下产生一个用户提示器.

更多信息

  • 被调用的用户提示信息在不同函数中是不同的. 例如,NotebookPrint 调用一个提示信息,以选择打印机,而 NotebookSave 调用一个提示信息,以选择文件名称.
  • 设置 Interactive->True 不能确保一定会出现一个用户提示信息. 例如,只有当 Wolfram 系统检测到用户对该笔记本的改动可能会丢失,因而提示用户保存该笔记本否则改动可能会丢失的时候,使用 NotebookClose 才会出现一个用户提示信息.
  • 如果 Interactive->True 使得一个用户提示信息出现,那么当用户取消该提示信息时,该函数会失效.

范例

基本范例  (1)

创建样本笔记本:

编辑样本笔记本:

在关闭笔记本前,使用 Interactive->True 显示提醒:

Wolfram Research (2012),Interactive,Wolfram 语言函数,https://reference.wolfram.com/language/ref/Interactive.html.

文本

Wolfram Research (2012),Interactive,Wolfram 语言函数,https://reference.wolfram.com/language/ref/Interactive.html.

CMS

Wolfram 语言. 2012. "Interactive." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/Interactive.html.

APA

Wolfram 语言. (2012). Interactive. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/Interactive.html 年

BibTeX

@misc{reference.wolfram_2024_interactive, author="Wolfram Research", title="{Interactive}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/Interactive.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_interactive, organization={Wolfram Research}, title={Interactive}, year={2012}, url={https://reference.wolfram.com/language/ref/Interactive.html}, note=[Accessed: 21-November-2024 ]}