title: auto

des: auto
note:auto
This commit is contained in:
2023-10-04 17:59:25 +08:00
parent bf5a665a9d
commit 1b62602e22

View File

@@ -1,5 +1,5 @@
export function myConsole(value: any) {
const onData = false;
const onData = false
if (onData) {
console.log(value);
}