So the argument that you have given to printf is actually hi\n , which of course printf then performs its own escape sequence processing on.
確定! 回上一頁