find_left_fix_error.htm

来自「飞利浦D12USB通信接口芯片的开发套件,包括使用手册,电路图等.」· HTM 代码 · 共 21 行

HTM
21
字号
function fixError() {	return true;}if (this.location.hostname.indexOf('192.168.0') == -1) {	window.onerror = fixError;} else {	//alert ('running without fixerror');}//Get screenwidth for positioningif (is.ie4up) {	var pointLeft = parseInt(document.body.clientWidth/2 - 380);	if (document.body.clientWidth < 760) {		var pointLeft = 1; 	}}if (is.nav4up) {	var pointLeft = parseInt(window.innerWidth/2 - 380);	if (window.innerWidth < 760) var pointLeft = 8;}if (alPos == 'left') pointLeft = 0;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?