Centos打开网址,web开发测试
2020-01-09 本文已影响0人
伪装的狼
curl + 网址
curl http://baidu.com
返回:
<html>
<meta http-equiv="refresh" content="0;url=http://www.baidu.com/">
</html>
curl + 网址
curl http://baidu.com
返回:
<html>
<meta http-equiv="refresh" content="0;url=http://www.baidu.com/">
</html>