日期:2014-05-17 浏览次数:20640 次
<html> <head> <title> </title> <script type='text/javascript'> function xx(){ var ii; ii = 'F'; alert(ii); <?php $tt =1; if ($tt==1) { ?> var cc; cc = 'P'; alert(cc); <?php } ?> var uu; uu = 'weiweipxbuu' alert(uu); } </script> </head> <body> <input type='button' value = 'Hit Me' onClick = "xx()"> </body> </html>
<html> <head> <title> </title> <script type='text/javascript'> function xx(){ var ii; ii = 'F'; alert(ii); /**<?php $tt =1; if ($tt==1) { ?>**/ var cc; cc = 'P'; alert(cc); /**<?php } ?>**/ var uu; uu = 'weiweipxbuu' alert(uu); } </script> </head> <body> <input type='button' value = 'Hit Me' onClick = "xx()"> </body> </html>