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