清空所有采集内容
清空未下载内容
清空已导出内容
//复制节点
else if($dopost=="clearall")
{
$dsql = new DedeSql(false);
$dsql->ExecuteNoneQuery("Delete From xkzzz_courl");
$dsql->Close();
ShowMsg("成功清空所有采集内容!","co_main.php");
exit();
}else if($dopost=="clearundown")
{
$dsql = new DedeSql(false);
$dsql->ExecuteNoneQuery("Delete From xkzzz_courl where isdown=0");
$dsql->Close();
ShowMsg("成功删除所有未下载内容!","co_main.php");
exit();
}else if($dopost=="clearisex")
{
$dsql = new DedeSql(false);
$dsql->ExecuteNoneQuery("Delete From xkzzz_courl where isex=1");
$dsql->Close();
ShowMsg("成功删除所有已经导出内容!","co_main.php");
exit();
}
//复制节点
</script>
<style type="text/css">
function DelAll()
{
location.href = "co_do.php?dopost=clearall";
}
function DelunDown()
{
location.href = "co_do.php?dopost=clearundown";
}
function Delisex()
{
location.href = "co_do.php?dopost=clearisex";
}
</script>
<style type="text/css">
<input type="button" name="b5" value="删除所选网址" class="inputbut" onClick="DelSel();">
<input type="button" name="b5" value="清空所有采集内容" class="inputbut" onClick="DelAll();">
<input type="button" name="b5" value="清空未下载内容" class="inputbut" onClick="DelunDown();">
上一页12 下一页 阅读全文
新闻热点
疑难解答