这样子可以实现
var geturl=location.href;
if(geturl=='http://baidu.com/'||geturl=='http://baidu.com'||geturl=='baidu.com') {
location.href='http://www.baidu.com/'
}
现在需要内页也实现这样的自动转向,如何处理?
比如:baidu.com/product/25.html
能自动转成http://www.baidu.com/product/25.html