获取参数

记录下

如果不知道这个方法 

说实话,我又得一番折腾了

  //ip-info-button
  //std::string str = command_line->GetSwitchValueASCII("ip-info");
  //std::wstring ipInfoData = command_line->GetSwitchValueNative("ip-info");
  base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
  if (command_line->HasSwitch("ip-info")){
//    std::string str = command_line->GetSwitchValueASCII("lang");
//    wchar_t tmp[1000] = L"\0";
//    std::wstring wstr;
//    setlocale(LC_ALL, "chs");
//    MultiByteToWideChar(CP_ACP, 0, str.c_str(), str.length(), tmp, str.length());
//    wstr.assign(tmp);
    std::wstring ipInfoData = command_line->GetSwitchValueNative("ip-info");
    ip_info_button_ = AddChildView(std::make_unique<IpInfoButton>(ipInfoData));
  }
  //ip-info-button

 

posted @ 2021-06-22 17:04  冰糖葫芦很乖  阅读(219)  评论(0编辑  收藏  举报