php 문법도 같은 결과물이지만 다른 소스가 나올수있나요?
주인님
2023.04.01
!doctypehtml
htmllang=en
head
title
Document
/title
/head
body
?echo$_GET[group].가선택되었습니다.;
?/body/html
예로들면 이런 php문이 있다면 같은 결과물이지만 다른 소스코드로 응용해서 작성이 가능하나요?
C++이나 C처럼