5
<script> 태그를 document.write ()로 쓸 때 왜 분리합니까?
일부 사이트 (또는 클라이언트에 자바 스크립트 코드를 제공하는 광고주)가 통화 내에서 태그 <script>및 / 또는 </script>태그 를 분할하는 기술을 사용하는 이유는 무엇 document.write()입니까? 예를 들어 아마존도이 작업을 수행합니다. <script type='text/javascript'> if (typeof window['jQuery'] == 'undefined') document.write('<scr'+'ipt type="text/javascript" src="http://z-ecx.images-amazon.com/images/G/01/javascripts/lib/jquery/jquery-1.2.6.pack._V265113567_.js"></sc'+'ript>'); </script>
268
javascript
html