1.1.0 • Published 5 months ago

p-utils-cli v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

工具库 - 一个通过 vite 打包的 js 工具库

下载

npm i p-utils-cli

引入

import * as $pt from "p-utils-cli";
$pt.PUtils.cookie.setCookie("testCookieKey", "testValue");

方法列表

名称描述入参结果
preLoadImg预加载图片Array 要加载的图片列表Promise 加载结果
getQueryString获取 url 参数String 要获取的参数 KeyString URL 参数 value
contains判断 str 字符串中是否含有字符串str 原字符串,subStr 要查找的字符串 ,isIgnoreCase 是否忽略大小写Boolean 是否包含
cookie.setCookie设置 cookiekey,value,expdays-过期时间none
cookie.getCookie获取 cookiekeykey 对应 value
cookie.delCookie删除 cookiekeynone
math.add...数学运算,已兼容浮点数运算 对应加减乘除各个英文名称对应数学规则结果
allElementInViewport判断元素是否在视图中完全出现DomBoolean 是否完全出现
anyElementInViewport判断元素任意一部分是否在视图中完全出现DomBoolean 是否出现
1.1.0

5 months ago

1.0.7

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago