1、需求从指定格式的时间字符串中提取关键参数。2、实现调用字符串的split方法QString text = "12:14:35";QStringList list = text.split(":");int ...
確定! 回上一頁