function delete_(url)
{
if (confirm("确定删除?"))
{
location.href = url;
}
}
关键字词: