function call(callBack)
–这里如果回调TEST end
functino test() print(" 回调成功") end
call(test )
callBack()
LS+1