Documentation Index
Fetch the complete documentation index at: https://docs.xray.cool/llms.txt
Use this file to discover all available pages before exploring further.
函数说明
新增print函数,支持在脚本所有cel语法位置进行调用,用于插件调试用途- 仅在命令行增加-debug的情况下打印内容,默认不打印
- print固定返回true, 便于以&&逻辑嵌入cel中
- 最大支持传入10个参数
- 每个参数将以一条日志独立打印
[]byte内容会以base64编码进行打印
函数原型
print(...any) bool
举例


