文件名称:JSConsole:一个简单JavaScript控制台,包含标准console.log()函数,并写入HTML页面上的可停靠GUI控制台以进行测试
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-21 05:47:54
JavaScript
JS控制台 一个简单JavaScript控制台,其中包含标准console.log()函数,并写入HTML页面上的可停靠GUI控制台以进行测试。 要使用控制台,请在您的项目中包含此JavaScript代码,然后调用enableConsole()函数。 也可以向该函数添加一些可选参数: enableConsole([width[,height[,fontSize]]]); width: the width of the console in pixels (default is 300px) height: the height of the console in pixels (default is 200px) fontSize: the size of the console's font in pixels (default is 10px) 调用enableConsole()
【文件预览】:
JSConsole-master
----console.min.js(2KB)
----README.md(1KB)
----console.js(4KB)