bitmap.delete();Bitmap有delete()这个成员函数的,可以直接调用
Bitmap* bitmap =new Bitmap(w,h)delete bitmap; c/c++中new总对着deletemalloc 对应 free
delete bitmap