The first parameter to printf must be a const char* (a char* can convert implicitly to a const char* ) and points to the start of a string of ...
確定! 回上一頁