Skip to main content

xml

函数名函数描述/介绍
xml.Escape
xml.Prettify
xml.dumps
xml.escape
xml.loads

函数定义#

Escape#

详细描述#

定义#

Escape(s []byte) string

参数#

参数名参数类型参数解释
s[]byte

返回值#

返回值(顺序)返回值类型返回值解释
r1string

Prettify#

详细描述#

定义#

Prettify(b []byte) string

参数#

参数名参数类型参数解释
b[]byte

返回值#

返回值(顺序)返回值类型返回值解释
r1string

dumps#

详细描述#

定义#

dumps(v any, opts ...XmlDumpOptions) []byte

参数#

参数名参数类型参数解释
vany
opts...XmlDumpOptions

返回值#

返回值(顺序)返回值类型返回值解释
r1[]byte

escape#

详细描述#

定义#

escape(escape bool) XmlDumpOptions

参数#

参数名参数类型参数解释
escapebool

返回值#

返回值(顺序)返回值类型返回值解释
r1XmlDumpOptions

loads#

详细描述#

定义#

loads(v any) map[string]any

参数#

参数名参数类型参数解释
vany

返回值#

返回值(顺序)返回值类型返回值解释
r1map[string]any