HTML·CSS·JQuery
웹언어에 따른 인클루드
ID.V
2020. 2. 12. 00:00
ASP
<!-- #include file="상대경로"-->
<!-- #include virtual="절대경로"-->
HTML
<?include("상대경로명")?>
JSP
<jsp:include page="경로명" flush="true" />
PHP
<?include="경로명" ?>