青春纸盒子

文: 芦苇

你喜欢我笑的样子

我靠上了落寞的窗子

晚风吹起了我的袖子

明月沾湿了你的眸子


转身,你走出了两个人的圈子

树影婆娑,整座院子


挽起袖子

回头,把揽你忧伤一地的影子

装进,青春,这纸盒子


更多代码请关注我的微信小程序: "ecoder"

luwei0915

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

10 2021 档案

02_Go游戏-函数版学生管理系统
摘要:package main import ( "fmt" "os" ) type student struct { id int64 name string } var ( allStudent map[int64]*student ) // 构造函数 func newStudent(id int64 阅读全文

posted @ 2021-10-25 10:56 芦苇の 阅读(29) 评论(0) 推荐(0) 编辑

01_Go游戏-猜数字
摘要:package main import ( "fmt" "math/rand" "os" "time" ) func initRandNum(p *int) { rand.Seed(time.Now().UnixNano()) var num int for { num = rand.Intn(10 阅读全文

posted @ 2021-10-22 18:34 芦苇の 阅读(30) 评论(0) 推荐(0) 编辑

06_移动端-3D转换-5 旋转木马
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文

posted @ 2021-10-03 23:22 芦苇の 阅读(35) 评论(0) 推荐(0) 编辑

06_移动端-3D转换-4
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文

posted @ 2021-10-03 20:12 芦苇の 阅读(21) 评论(0) 推荐(0) 编辑

06_移动端-3D转换-3
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文

posted @ 2021-10-03 18:59 芦苇の 阅读(25) 评论(0) 推荐(0) 编辑

06_移动端-3D转换-2
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文

posted @ 2021-10-03 18:19 芦苇の 阅读(32) 评论(0) 推荐(0) 编辑

06_移动端-3D转换-1
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文

posted @ 2021-10-03 18:05 芦苇の 阅读(25) 评论(0) 推荐(0) 编辑

05_移动端-2D转换-translate
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文

posted @ 2021-10-03 09:31 芦苇の 阅读(25) 评论(0) 推荐(0) 编辑

04_移动端-伪元素选择器
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文

posted @ 2021-10-03 08:47 芦苇の 阅读(31) 评论(0) 推荐(0) 编辑

03_移动端-结构伪类选择器
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文

posted @ 2021-10-03 08:32 芦苇の 阅读(36) 评论(0) 推荐(0) 编辑

02_移动端-属性选择器
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文

posted @ 2021-10-01 23:24 芦苇の 阅读(31) 评论(0) 推荐(0) 编辑

01_移动端-html5新特性
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文

posted @ 2021-10-01 21:27 芦苇の 阅读(25) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示