<script type="text/javascript"> str="http://yl.www.tyg.com/index.php"; str=str.match(/[^.\/]*(\.[^.\/]*){3}/g); if(str) { str=str[0].replace(/(\.[^.\/]*){3}/g,""); alert(str) } else{alert("nodefind")} </script>
时间: 2024-10-03 14:14:52
<script type="text/javascript"> str="http://yl.www.tyg.com/index.php"; str=str.match(/[^.\/]*(\.[^.\/]*){3}/g); if(str) { str=str[0].replace(/(\.[^.\/]*){3}/g,""); alert(str) } else{alert("nodefind")} </script>