#include <assert.h> void assert( int expression );. 預設情況下,assert 巨集只有在Debug 版本(內部除錯版本)中才能夠起作用,而在 ...
確定! 回上一頁