当前位置:网站首页>在电视屏幕上进行debug调试
在电视屏幕上进行debug调试
2022-04-23 14:09:00 【瑞瑞小同学】
一:引入debug.v3.js文件
二:debugLog(),相当于console.log()
debug.v3.js
(function() {
var opt = {
enable: true,
isMsgAppend: true, //false 每条log信息插入到在panel底部
};
window.debugLog = debugLog;
if (!opt.enable) {
return false;
}
var debugHtml = '<div id="log-panel" class="scrollable" style="text-align: left;display:block;position: fixed; top: 0; left: 0; width: 800px;height:100%;overflow:auto; z-index: 99999; color: #13F713; background: rgba(0,0,0,0.7); padding:5px 0; text-decoration: none;"></div>';
document.body.innerHTML += debugHtml;
var panel = document.querySelector('#log-panel');
var logPanel = document.getElementById('log-panel');
function obj2str(value) { //对象转换成字符串
var valueType = "&
版权声明
本文为[瑞瑞小同学]所创,转载请带上原文链接,感谢
https://blog.csdn.net/yr123456654321/article/details/113120029
边栏推荐
- 帆软实现一个单选按钮,可以统一设置其他单选按钮的选择状态
- Some experience of using dialogfragment and anti stepping pit experience (getactivity and getdialog are empty, cancelable is invalid, etc.)
- 帆软报表设置单元格填报以及根据值的大小进行排名方法
- 使用开源调研工具Prophet是一种什么体验?
- Understand the concepts of virtual base class, virtual function and pure virtual function (turn)
- postman批量生产body信息(实现批量修改数据)
- ActiveMQ Basics
- 关于NodeJS中JSON5的相关配置和使用
- redis数据库讲解二(redis高可用、持久化、性能管理)
- DP - [noip2000] grid access
猜你喜欢
随机推荐
rsync+inotify远程同步
Some good articles on pthread multithreading
帆软之单元格部分字体变颜色
Jmeter设置环境变量支持在任意终端目录输入jmeter直接启动
Homebrew是什么?以及使用
教育行业云迁移最佳实践:海云捷迅使用HyperMotion云迁移产品为北京某大学实施渐进式迁移,成功率100%
On the problem of cliff growth of loss function in the process of training
yml引用其他变量
json date时间日期格式化
Wechat applet input hidden and inoperable settings
政务云迁移实践 北明数科使用HyperMotion云迁移产品为某政府单位实施上云迁移项目,15天内完成近百套主机迁移
帆软调用动态传参的方法,在标题中设置参数
mysql 5.1升级到5.67
星界边境文本自动翻译机使用说明
Jira截取全图
ThreadGroup ThreadGroup implémente l'interface threadfactory en utilisant la classe Introduction + Custom thread Factory
MYSQL一种分表实现方案及InnoDB、MyISAM、MRG_MYISAM等各种引擎应用场景介绍
Logback logger and root
星界边境文本自动翻译机(高级版)使用说明
Essential difference between restful WebService and gSOAP webservice