
获得徽章 15
- #代码情诗#
function lovePoem() {
let poem = "";
poem += "In the vast universe, we meet.\n";
poem += "As if by destiny's design, we come to know.\n";
poem += "Your smile is like the sun, warming my heart.\n";
poem += "Your gaze is like the stars, guiding my path forward.\n";
poem += "I will give everything to you, to journey through life with you.\n";
poem += "Through rain and shine, I'll be beside you, protecting you.\n";
return poem;
}
console.log(lovePoem());展开赞过评论3