MFC五子棋代码和解析 MFC五子棋 void CMy3_1View::OnDraw(CDC* pDC) { CMy3_1Doc* pDoc = GetDocument(); ASSERT_VALID(pDoc); // TODO: add draw code for native data here //画背景 CBru