working soft
js中调用console写日志
console.log("some log");
console.warn("some warning");
console.error("some error");
IE:只有在打开IE开发者工具后才能使用console,默认访问IE的console对象会出错。
FF和Chrome没有问题。
Powered by: 博客园 Copyright © 2024 dlbrant Powered by .NET 9.0 on Kubernetes