The 'f' in printf stands for formatted. ... line (go to the next line to continue printing); \t - print a tab; \\ - print a slash; %% - print a percent sign.
確定! 回上一頁