06 2019 档案
摘要:var canvas = document.createElement('canvas'); var gl = canvas.getContext('webgl'); // 等同于 canvas.getContext('experimental-webgl'); var debugInfo = gl
阅读全文
摘要:function getYourIP(){ var RTCPeerConnection = window.RTCPeerConnection || window.webkitRTCPeerConnection || window.mozRTCPeerConnection; if (RTCPeerCo
阅读全文
摘要:<html> <head> <style type='text/css'> body{font-size:12px;} body table tr td{font-size:12px;} </style> <script> var info = allinfo(); //document.write
阅读全文
摘要:远程支持滚顶元素 document.getElementById("yyy").scrollIntoView()
阅读全文