清空所有采集內容
清空未下載內容
清空已導出內容
//復制節點
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 下一頁 閱讀全文
新聞熱點
疑難解答