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());
复制代码
我最亲爱的祖国
javascript
你是大海永不干涸php
永远给我碧浪清波java
心中的歌typescript