FILE *fopen( const char *filename, // 絕對路徑檔案名稱 const char *mode // 讀檔方式);FILE *_wfopen( const wchar_t *filename, const wchar_t *mode);