var str='http://www.baidu.com'; if(str.startsWith('http://www')){ // 以什么开头 alert('是网址') } if(str.endsWith('.com')){ alert('是com网址') }