close
<script>
function httpChk(){
var cc=document.getElementById("a").value.replace(/\http:\/\//ig,"");
document.getElementById("a").value=cc
}
</script>
<input type="text" id="a" onkeyup="httpChk()"/>
全站熱搜
<script>
function httpChk(){
var cc=document.getElementById("a").value.replace(/\http:\/\//ig,"");
document.getElementById("a").value=cc
}
</script>
<input type="text" id="a" onkeyup="httpChk()"/>