ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
## function ### 接口说明 >定义一个脚本函数. ### 代码演示 ~~~ var testfunc(var i) { println(i); } testfunc(10); ~~~