str = QString("%1 %2 (%3s-%4s)") .arg("permissive").arg("society").arg(1950).arg(1970); In this example, “%1” is replaced by “permissive”, “%2” is replaced ...
確定! 回上一頁