色值转换工具 zColor

码农软件 · 软件分类 · 建站系统CMS · 2020-01-24 06:12:26

软件介绍

zColor

只需添加一行js脚本就转换多种web色值

示例代码

zColor("red").hex(); //#ff0000
zColor("red").rgb(); //rgb(255,0,0)
zColor("red").hsl(); //hsl(0,100%,50%)
zColor("rgb(255,0,0)").hex(); //#ff0000
zColor("#ff0000").rgb(); //rgb(255,0,0)
zColor("hsl(0,100%,50%)").hex(); //#ff0000

本文地址:https://codercto.com/soft/d/24053.html

Wikis For Dummies

Wikis For Dummies

Dan Woods、Peter Thoeny / For Dummies / 2007-7-23 / USD 24.99

Corporations have finally realized the value of collaboration tools for knowledge sharing and Wiki is the open source technology for creating collaborative Web sites, as either a public site on the In......一起来看看 《Wikis For Dummies》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具