fileTypes

package
v2.0.26 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FieldTypes

type FieldTypes int
const (
	Text           FieldTypes = 0x00000 //单个字段
	Image          FieldTypes = 0x00002 //单个图片
	OnlyHtml       FieldTypes = 0x00003 //普通html(不包括图片)
	HtmlWithImage  FieldTypes = 0x00004 //html包括图片
	MultipleImages FieldTypes = 0x00005 //多图
	Attr           FieldTypes = 0x00006 //标签属性选择器
	Fixed          FieldTypes = 0x00007 //固定数据,填什么返回什么,选择器就是返回的数据
	Regular        FieldTypes = 0x00008 //正则(FindStringSubmatch,返回一个结果)
)

Jump to

Keyboard shortcuts

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