This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
helloskyone
/
daily
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
4a92972735
Branches
Tags
daily_life
daily_wechat
gulixueyuan
master
uni-shop
daily
/
mp_03
/
utils
/
tools.wxs
tools.wxs
93 B
Histórico
Raw
1
2
3
4
5
6
7
function toLower(str) {
return str.toLowerCase()
}
module.exports = {
toLower: toLower
}