Python Challenge -mission13 第13关
作者:互联网
http://www.pythonchallenge.com/pc/return/disproportional.html
首先找有用信息:
(1)图片:
拨号键盘,看起来没什么玄机;下方有个 “phone that evil”, 上一关有个'Bert is evil'没用上,是不是要给Bert打电话?先记下
(2)源代码:
<html>
<head>
<title>call him</title>
<link rel="stylesheet" type="text/css" href="../style.css">
</head>
<body>
<center>
<img src="disprop.jpg" width="640" height="480" border="0" usemap="#evil" />
<map name="evil">
<area shape="circle" coords="326,177,45" href="../phonebook.php" />
</map>
<font color="gold"/>
<br><b>
phone that <remote /> evil
</br>
</html>
有两处超链接,一个jpg,一个php,名为phonebook电话本,结合图片电话,看来玄机在里面:
(3)电话本:
This XML file does not appear to have any style information associated with it. The document tree is shown below. ‘此XML文件似乎没有与之关联的任何样式信息。 文档树如下所示。’ 没明白,先记下来,估计是我不熟悉的领域。关键是如何解析这个XML了。
标签:XML,Bert,13,Python,电话本,Challenge,evil,phone,有个 来源: https://blog.csdn.net/weixin_44521703/article/details/95646586