yyyying的blog

好好学习 天天向上

0%

七夕

源自网络,简短的七夕情书

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
32
33
34
if(meetMe || !meetMe){              //你见,或不见我
await there({ //我就在那里
me: { //
sad: NULL, //不悲
happy: NULL //不喜
} //
})
}

if(missMe || !missMe){ //你念,或不念我
await there({ //情就在那里
feeling: { //
come: 0, //不来
leave: 0 //不去
} //
}) //
}

if(loveMe || !loveMe){ //你爱,或不爱我
await there({ //爱就在那里
love: Infinity //无穷无尽
}) //
}

if(withMe || !withMe){ //你跟,或不跟我
const tomorrow = { //未来早已注定
we: myHands && yourHands //我的手牵着你的手
} //
Object.freeze(tomorrow) //不舍不弃
}

if(!myArms.has(you)){ //如果你不在我怀里
yourHeart.push(me) //那我一定在你心里
}