Files
ClassContent/历届学生/front-end-team/项目练习/上课项目/屁桃儿/page/index.html
2024-09-27 02:06:13 +08:00

62 lines
1.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<script src="../js/utils/rem.js"></script>
<link rel="stylesheet" href="http://at.alicdn.com/t/font_2124975_273pse87hq8.css">
<link rel="stylesheet" href="../css/clear.css">
<link rel="stylesheet" href="../css/public.css">
<link rel="stylesheet" href="../js/lib/swiper/swiper-bundle.min.css">
<link rel="stylesheet" href="../css/index.css">
</head>
<body>
<div class="header">
<div class="header_search">
<i class="iconfont icon-taozi1"></i>
<div class="search">
<i class="iconfont icon-search"></i>rr
<span>198万张图,有你想要的...</span>
</div>
<i class="iconfont icon-wo"></i>
</div>
<div class="header_menu">
<ul></ul>
<a href="./edit.html">
<i class="iconfont icon-edit"></i>
</a>
</div>
</div>
<div class="content">
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
</div>
</div>
</div>
</div>
</body>
<script src="../js/lib/swiper/swiper-bundle.min.js"></script>
<script src="../js/config/index.js"></script>
<script src="../js/utils/index.js"></script>
<script src="../js/ajax/index.js"></script>
<script src="../js/service/index.js"></script>
<script src="../js/page/index.js"></script>
<script>
// ... 三点运算符
var a = [{},{},{}];
// a.forEach(v => {
// console.log(v)
// })
console.log(...a)
</script>
</html>