4,250
社区成员




<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>