{$layout} {$template "/code_editor"} {$template "menu"}
比如连接数监控
{{sourceDescription}}
如果是Shell脚本,请不要忘记在头部添加 #!脚本解释工具,比如 #!/bin/bash
{{cond.description}}
使用${N}表示第N行数据,从0行开始,比如:${0}, ${1};使用${NAME}来获取KEY-VALUE形式的数据,比如${name}。支持加(+)减(-)乘(*)除(/)取余(%)运算符。