﻿function ConfirmDelete()
{
    return confirm('确认要关闭这个模块吗?');
}
