qt 4里QString str("hello");printf("%s", str.data()); //只打印出h//这是由于在qt4里每个char存留unicode,第二字节为零解决方法1. printf("%s", ...
確定! 回上一頁