码迷,mamicode.com
首页 > 其他好文 > 详细

usb需要做的工作

时间:2019-07-19 23:42:10      阅读:92      评论:0      收藏:0      [点我收藏+]

标签:qstring   try   spl   amp   art   ring   usb   判断   split   

1.

QStringList qlist = var2.split(‘&‘, QString::SkipEmptyParts);
if (qlist.size() >= 2)
{
usbdata.usb_vid = qlist[0];
usbdata.usb_pid = qlist[1];
}

纪录判断

2.异常try

usb需要做的工作

标签:qstring   try   spl   amp   art   ring   usb   判断   split   

原文地址:https://www.cnblogs.com/hshy/p/11216181.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!