당신이 관심을 갖고 있는 프로젝트를 팔로우하고 그들에 관한 최신 뉴스를 맛보세요
myAlert(txt) {
alert("Hello ," + txt);
}
let Text = "php.cn";
myAlert();