Documentation ¶
Index ¶
- func FuncAppend(args ...interface{}) interface{}
- func FuncCeil(args ...interface{}) interface{}
- func FuncFloat(args ...interface{}) interface{}
- func FuncFloor(args ...interface{}) interface{}
- func FuncFormat(args ...interface{}) interface{}
- func FuncRound(args ...interface{}) interface{}
- func RegisterFunc(code string, f interface{})
- func RunFuncExpr(value interface{}, expr []byte) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FuncAppend ¶
func FuncAppend(args ...interface{}) interface{}
FuncAppend 附加字符串 append('a', 'b')
func FuncFloat ¶
func FuncFloat(args ...interface{}) interface{}
FuncFloat 浮点数处理 float | float('%.2f')
func RunFuncExpr ¶
RunFuncExpr 执行函数表达式
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.