控制符,跳脫字元. #include<stdio.h> void main() { char c='A'; int ix=12; long lix=123456; float fx=-12.345618f; double dx=168; printf("c=c% ...
確定! 回上一頁