興味のあるプロジェクトをフォローし、それらに関する最新ニュースをチェックしてください
myAlert(txt) {
alert("Hello ," + txt);
}
let Text = "php.cn";
myAlert();