utils

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FuncMap = template.FuncMap{

	"date": php.Date,

	"strstr": php.Strstr,

	"substr": php.Substr,

	"mb_substr": php.Mb_substr,

	"strlen": php.Strlen,

	"mb_strlen": php.Mb_strlen,

	"strrev": php.Strrev,

	"str_replace": php.Str_replace,

	"url":       URL,
	"range_int": RangeInt,
	"trim":      php.Trim,

	"parseHtml": ParseHtml,
}

传给模板的函数

Functions

func Int2Str

func Int2Str(i interface{}) string

int int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 float32 float64转字符串

func ParseHtml

func ParseHtml(str string) template.HTML

func RangeInt

func RangeInt(start, end int) []int

生成int数组

func Str2Int

func Str2Int(str string) int

字符串转int

func Struct2Map

func Struct2Map(v interface{}) map[string]interface{}

func URL

func URL(route string, params ...interface{}) string

生成带query的url

Types

This section is empty.

Directories

Path Synopsis
常用工具类
常用工具类

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL