我和我的祖国
console.log("我和我的祖国","一刻也不能分割");
window.alert("无论我走到哪里");
window.confirm("都流出一首赞歌");
echo "我歌唱每一座高山";
var_dump("我歌唱每一条河");
print("袅袅炊烟小小村落");
print_r("路上一道辙");
System.out.println("我最亲爱的祖国");
@Description: [我永远紧贴着你的心窝]
Pattern.matches("你用你那母亲的脉搏", "和我诉说");
// 海是那浪的依托
class Sea {
// code...
smile(){
// code...
}
shareSorrow(){
// code...
}
shareHappiness(){
// code...
}
}
// 浪是海的赤子
class Wave extends Sea {
constructor () {
super()
}
// code...
smlie(){
this.vortex();
// code...
}
// 我就是笑的旋涡
vortex(){
// 我分担着海的忧愁
this.shareSorrow();
// 分享海的欢乐
this.shareHappiness();
// code...
}
shareHappiness(){
// code...
}
shareSorrow(){
// code...
}
}
// 我的祖国和我
// 像海和浪花一朵
const myMotherland = new Sea();
const me = new Wave();
// 每当大海在微笑
await myMotherland.smlie().then(me.smlie());
我最亲爱的祖国
你是大海永不干涸
永远给我碧浪清波
心中的歌