摘要:
从后端获取到的数据经console.log()后如下: 第一行文本 第二行文本 第三行文本 第四行文本 第五行文本 操作步骤: console.log(result); var aa = JSON.stringify(result); //先把文本转成字符串 var strs = new Array 阅读全文
posted @ 2020-05-28 15:44
LLFuture
阅读(390)
评论(0)
推荐(0)
摘要:
1.禁用F12 document.onkeydown = function() { if (window.event && window.event.keyCode == 123) { event.keyCode = 0; event.returnValue = false; } } 2.禁用右击 阅读全文
posted @ 2020-05-28 14:56
LLFuture
阅读(966)
评论(0)
推荐(0)

浙公网安备 33010602011771号