审查视图

WebRoot/bower_components/jquery/test/data/cleanScript.html 157 字节
1 2 3 4 5 6 7 8 9 10
<script>
<!--
ok( true, "script within html comments executed" );
-->
</script>
<script>
<![CDATA[
ok( true, "script within CDATA executed" );
]]>
</script>