QVector的基本用法QVector是用Qt封装所有数组。 例如,我们想要int型数组。 我们本来要写int array[10]。 我们可以在Qt上写q矢量int array (10 )。 ...

关注我们的公众号

微信公众号