UNPKG
fubao
Version:
latest (1.0.0)
1.0.0
fubao
/
fubaopost.js
9 lines
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
jackma
=
{ id:
001
, name:
'马云'
}
const
str
=
'能够996是你们上辈子修来的福报!'
module
.
exports
= { name, str }