Input

Input[]

在一个 Wolfram 语言表达式中交互读入.

Input[prompt]

提示输入,显示 prompt 作为提示符.

Input[prompt,init]

在笔记本前端用 init 作为输入域的初始内容.

更多信息和选项

  • Input 返回它读入的表达式.
  • 在不同计算机系统中,Input 的运算可能不同,当使用 Wolfram 语言前端时,Input 通常通过对话框运行.
  • 当没有使用前端时,Input 从标准输入读入字符串.
  • 如果标准输入是一个文件,若您试图读过文件尾,则 Input 会返回 EndOfFile.
  • 在文本输入的系统中,Input[] 使用 ? 作为提示符.
  • 当对 Input 求值时,Wolfram 系统会停下来等待输入被读取完成.
  • 在笔记本前端,默认情况下 Input 会显示一个具有标准外观的对话框.
  • 给出的提示可以是文本、图形或任意表达式.
  • Input 采用笔记本选项. 默认设置包括 WindowFloating->FalseWindowSize->AllWindowTitle->None.
  • 默认情况下,Input 在主显示屏中间显示一个对话框. 显式设置 WindowMargins 会覆盖这个特点.
  • InputField 的选项可以作为 Input 的选项直接给出,以控制输入域的属性.
  • Input[prompt] 等价于 Input[prompt,""].

范例

基本范例  (2)

获得一个输入表达式并平方:

要求函数的输入并绘制:

Wolfram Research (1988),Input,Wolfram 语言函数,https://reference.wolfram.com/language/ref/Input.html (更新于 2014 年).

文本

Wolfram Research (1988),Input,Wolfram 语言函数,https://reference.wolfram.com/language/ref/Input.html (更新于 2014 年).

CMS

Wolfram 语言. 1988. "Input." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2014. https://reference.wolfram.com/language/ref/Input.html.

APA

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

BibTeX

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

BibLaTeX

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