青春纸盒子

文: 芦苇

你喜欢我笑的样子

我靠上了落寞的窗子

晚风吹起了我的袖子

明月沾湿了你的眸子


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

树影婆娑,整座院子


挽起袖子

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

装进,青春,这纸盒子


更多代码请关注我的微信小程序: "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

统计

随笔分类 -  12_Go-Demo

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) 编辑

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