﻿function ck()
{
	if(confirm("确认删除?"))
	{
		return true;
	}
	else
	{
		return false;
	}
}