摘要:
类型转换: 1、QString::toLocal8Bit() const , 查看原文介绍: Returns the local 8-bit representation of the string as a QByteArray. The returned byte array is undefi 阅读全文
摘要:
遍历当前文件 @echo off echo %cd% set work_path=%cd% echo %work_path% cd %work_path% rem for /f "delims=" %a in ('dir %cd%') do set FilePath=%~a rem echo %Fi 阅读全文