技巧1:访问百度怀旧页面
网址:仅需在百度后面加上两根“/”即可
http://baidu.com//
缺点:这种办法只有首页回归旧版,但搜索页面没有
图片:
方法2:访问百度首页台湾版
网址:tw.baidu.com
优点:搜索界面与主页都是旧版
缺点:只有繁体中文
网站没有加密
如果该篇文章对你有帮助,请评论!
附赠:低仿百度html代码
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>百度一下,你就知道</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
font-size: 13px;
min-height: 100vh;
display: flex;
flex-direction: column;
background: #fff;
}
.container {
flex: 1;
display: flex;
flex-d