This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
HJY
/
lineage-app
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
09b37b94a5
Branches
Tags
master
lineage-app
/
components
/
QS-inputs-split
/
config
/
js
/
log.js
log.js
131 B
Historique
Raw
1
2
3
4
5
6
7
/**
* 打印管理
* @param {String} t
*/
export default function log(t) {
console.log(t); // 若不想打印内容请注释
}