跳至内容
wiki
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
导出 PDF
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您在这里:
start
»
edastudy
»
tessent
»
tessent_user_arg
您的足迹:
edastudy:tessent:tessent_user_arg
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== tessent_user_arg ====== <file tcl xxxx > #!/bin/sh #\ exec tessent -shell -dofile "$0" -arguments ${1+"$@"} set_transcript_style off puts "$tessent_user_arg" # add dofile commands here array set ar $tessent_user_arg puts "$ar(a)" puts "$ar(b)" puts "$ar(c)" exit </file> <code> 命令: ./xxxx a=5 b=6 c=7 </code> <code> 执行结果: a 5 b 6 c 7 5 6 7 </code>
edastudy/tessent/tessent_user_arg.txt
· 最后更改: 2024/01/09 16:20 由
zhangguo
页面工具
显示页面
修订记录
反向链接
导出 PDF
回到顶部