SetEnvironment
SetEnvironment["var"value]
设置操作系统环境变量的值.
SetEnvironment[{"var"value,…}]
设置多个环境变量的值.
更多信息
- 在当前会话中定义的环境变量可以在本会话或者由 Wolfram 系统产生的子进程中访问,例如当使用 Run 或者 CreateLibrary 时.
- 环境变量的值或者在环境中的存在性可能影响某些 Wolfram 语言函数或者子进程的行为.
- 当 Wolfram 系统中止或者重新启动时,已定义变量的数值或者存在不受保护.
- 如果环境中不存在 "var",它的名称将被添加到与 "value" 相关联的环境中.
- 如果环境中已经存在变量 "var",它的值将被 "value" 替换.
- 设置 "var"->None 从环境中删除变量和它的定义. 如果前面不存在 "var",它将被创建.
- 设置 "var"->"" 没有从环境中删除变量,但是仅设置它的数值. 如果前面不存在 "var",它将被创建.
范例
Wolfram Research (2012),SetEnvironment,Wolfram 语言函数,https://reference.wolfram.com/language/ref/SetEnvironment.html.
文本
Wolfram Research (2012),SetEnvironment,Wolfram 语言函数,https://reference.wolfram.com/language/ref/SetEnvironment.html.
CMS
Wolfram 语言. 2012. "SetEnvironment." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/SetEnvironment.html.
APA
Wolfram 语言. (2012). SetEnvironment. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/SetEnvironment.html 年