php 中我echo了两个alert(),但是只能运行一个
<?echo"<scripttype='text/javascript'>alert(1111111);history.back();</script>";?><html...
<? echo "<script type='text/javascript'>alert(1111111);history.back();</script>";?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body><? echo "<script type='text/javascript'>alert(11131);history.back();</script>";?></body>
</html>
只能显示1111111,当我去掉第一行之后又能显示11131了 展开
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body><? echo "<script type='text/javascript'>alert(11131);history.back();</script>";?></body>
</html>
只能显示1111111,当我去掉第一行之后又能显示11131了 展开
3个回答
展开全部
下面的是测试过保证是二个ALERT然后回返!可以的:
<? echo "<script type='text/javascript'>alert('第一个ALERT');alert('第二个ALERT');</script>";?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body><? echo "<script type='text/javascript'>history.back();</script>";?></body>
</html>
<? echo "<script type='text/javascript'>alert('第一个ALERT');alert('第二个ALERT');</script>";?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body><? echo "<script type='text/javascript'>history.back();</script>";?></body>
</html>
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你这个弹完后就返回上一页肯定下面的代码不执行了啊
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询