1.0.5 • Published 2 years ago

sunfirstday v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

安装

  npm install sunfirstday

时间格式化

//2022-04-01 15:21:50
const date = sun.moment(new Date())

html 字符串转义

//转义前html字符
const htmlStr = '<div><span>sun htmlEscape</span></div>'
//&lt;div&gt;&lt;span&gt;sun htmlEscape&lt;/span&gt;&lt;/div&gt;
const escapeAfter = sunfirstday.htmlEscape(htmlStr)

html 转义字符还原

const escapeBefore = sunfirstday.htmlUnEscape(escapeAfter)
//<div><span>sun htmlEscape &emsp;</span></div>
console.log(escapeBefore)
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago