<link href="/stylesheet.css?<?php echo time(); ?>" rel="stylesheet" type="text/css" /&glt; <-- RENDERS --> <link href="/stylesheet.css?1234567890" rel="stylesheet" type="text/css" /&glt;
<script type="text/javascript" src="/site-script.js?<?php echo time(); ?>"></script> <-- RENDERS --> <script type="text/javascript" src="/site-script.js?1234567890"></script>
'개발 > javascript' 카테고리의 다른 글
날자 객체 Date Object (0) | 2014.01.05 |
---|---|
Google maia.js - the "Twitter Bootstrap" made by Google with Closure (0) | 2013.09.04 |
[canvas] 간단히 만들어보는 HTML5 애니메이션 (0) | 2013.08.25 |
쿠키에 대한 정보 (0) | 2011.12.22 |
SyntaxHighlighter (0) | 2011.10.31 |