博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
浏览器访问设备出现白条
阅读量:6270 次
发布时间:2019-06-22

本文共 984 字,大约阅读时间需要 3 分钟。

/******************************************************************************** *                          浏览器访问设备出现白条 * 说明: *     使用Chrome访问设备的Web Server,右、下方都出现白条,查找一下webvisu.js中 * 的原因。 * *                                                        2017-5-3 台湾 中和区 *******************************************************************************/var Oa;Oa = function(a, b, c, d) {    this.a = a;    a = this.zf(b);    c = this.zf(c); (a.width !== c.width || a.height !== c.height) && h(Error("Expected two canvasses of the same size"));    z.Nh(a, c);    if (d) a.width = c.width = window.innerWidth - 20,          // 减了20    a.height = c.height = window.innerHeight - 20;              // 减了20    this.ra = this.Af(a);    this.z = this.Af(c);    this.yd = new Ta;    this.xf = new Ua(this.z);    this.Ve = new Ua(this.ra);    this.nc = p;    this.Ff = new Va;    this.Dd = new Wa(this.a);    this.Pd = new Xa(this);    this.nd = p};

 

转载于:https://www.cnblogs.com/zengjfgit/p/6808444.html

你可能感兴趣的文章
看看国外的javascript题目,你能全部做对吗?
查看>>
ffmpeg 如何选择具有相同AVCodecID的编解码器 (AVCodec)
查看>>
真正解决 Windows 中 Chromium “缺少 Google API 密钥” 的问题
查看>>
Spring 之 AOP
查看>>
软件项目管理|期末复习(二)
查看>>
直接调用VS.net2005中的配置界面
查看>>
程序员的自我修养五Windows PE/COFF
查看>>
关于字符集,编码格式,大小端的简单总结
查看>>
js string 转 int Number()
查看>>
课堂练习:ex 4-20
查看>>
20155328 2016-2017-2 《Java程序设计》 第8周学习总结
查看>>
python操作redis--string
查看>>
echarts图表初始大小问题及echarts随窗口变化自适应
查看>>
Inherits、CodeFile、CodeBehind的区别
查看>>
创建一个SimpleDlg
查看>>
使用XML生成菜单
查看>>
udp,tcp对于socket的写法
查看>>
第二周个人赛
查看>>
推断Windows版本号新方法
查看>>
2017-4-18 ADO.NET
查看>>