建立一個空的字串,length=0 QString string; // 上面一句預設執行的就是下面下麪的構造方法 string = QString((const char *)0); // isNull 輸出true ...
確定! 回上一頁