void CEx03aView::OnDraw(CDC* pDC)
{
    CEx03aDoc* pDoc = GetDocument();
    ASSERT_VALID(pDoc);    // TODO: add draw code for native data here
}CEx03aDoc* pDoc = GetDocument();
    ASSERT_VALID(pDoc);
这两行代码的作用是什么?
能够解释下吗?