0.0.20 • Published 3 years ago

devlibx v0.0.20

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

devlibx

介绍 / Intro

整合的一些开发工具库、插件。

安装 / Install

npm i devlibx

引入 / Import

import 整个包

import * as devlibx from 'devlibx'

import 单个组件

import {EventDispatcher} from 'devlibx'

使用 / Use

参考api

组件 / Component

组件说明使用方法备注
EventDispatcher事件发送类文档
pageResponse自适应缩放库文档
CNZZ友盟统计web组件文档 api 用法参考代码里的提示

工具方法 / Util

工具方法说明使用方法备注 所属文件 无用
isJSON是否是json数据ObjectType
isXML是否是xml数据
xmlToStringxml数据转成string数据
stringToXMLstring数据转成xml数据
xml2jsonxml数据转成json数据
json2xmljson数据转成xml数据
convertStr2Objstring数据转成object
getURLRequest获取url中"?"符后的字串URL
isUrlValidSync判断一个url是否有效,同步
searchSubStr搜索 字符串里 被搜索内容 的所有下标(索引)searchSubStr("../content/menu/menu.html","/");String
0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago