摘要: 代码一 <html lang="cn"> <head> <title>轮播图</title> <style> *{ margin: 0; padding: 0; bottom: 0; list-style: none; text-decoration: none; } a { text-decora 阅读全文
posted @ 2022-02-22 11:46 亱 阅读(70) 评论(0) 推荐(0) 编辑
摘要: NPM介绍 NPM:Node Package Manager (包管理工具) NPM是随同NodeJS一起安装的包管理工具,能解决NodeJS代码部署上的很多问题,常见的使用场景有以下几种: 允许用户从NPM服务器下载别人编写的第三方包到本地使用。 允许用户从NPM服务器下载并安装别人编写的命令行程 阅读全文
posted @ 2022-02-07 21:41 亱 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 顶角贴纸效果 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>顶角贴纸效果</title> <style type="text/css"> .box { width: 500px; height: 500px; margin: 阅读全文
posted @ 2021-12-15 23:42 亱 阅读(18) 评论(1) 推荐(0) 编辑