ts/js

JS判断IP是内网还是公网

//判断是否内网IP function IsLAN(ip) { ip.toLowerCase(); if(ip==’localhost’) return true; var a_ip = 0; if(ip == “”) return false; var