代码如下:<div class="blockcode"><span class="headactions" onclick="copycode($('code0'));">复制PHP内容到剪贴板</span><h5 onclick="changedisplay($('code0'), 'auto')" onMouseOver="this.style.cursor = 'pointer';">

HP代码:</h5><code id="code0" style="font-size:12px;"><span style="color: #000000">
<span style="color: #0000BB"><?php
set_magic_quotes_runtime</span><span style="color: #007700">(</span><span style="color: #0000BB">0</span><span style="color: #007700">);
</span><span style="color: #0000BB">print_r</span><span style="color: #007700">(</span><span style="color: #0000BB">$_GET</span><span style="color: #007700">);
</span><span style="color: #0000BB">?></span>
</span>
</code>然后我访问后得到这种结果:
http://test.sanxiake.com/test2.php?q=12'3
Array ( [q] => 12'3 )
怎么还是会被自动转义了??