UNPKG
selfpack13
Version:
latest (1.0.0)
1.0.0
practice
selfpack13
/
test.js
4 lines
•
166 B
JavaScript
View Raw
1
2
3
4
const
s =
require
(
'./index.js'
);
console
.
log
(s.
dataFormat
(
new
Date
()));
console
.
log
(s.
htmlEsc
(
'<h1>你好<h2>'
));
console
.
log
(s.
htmlEnt
(
'<h1>你好<h2>'
));