gpt4 book ai didi

c# - 如何在 C# 中将其更改为 String.Format

转载 作者:行者123 更新时间:2023-12-03 21:57:17 24 4
gpt4 key购买 nike

原创

string strCommandLineArgs = (((("-i" + " ") + strVideoPath + " -vcodec mjpeg -vframes 1 -an -f rawvideo -s ") + intWidth.ToString() + "x") + intHeight.ToString() + " ") + strImagePath + " -ss 2";

我已经做到了

string strCommandLineArgs = string.Format("-i {0} -vcodec mjpeg -vframes 1 -an -f rawvideo -s {1}x{2} {3} -ss 2", strVideoPath, intWidth, intHeight, strImagePath);

我找不到字符串中使用 () 的区别。

最佳答案

没有什么区别。括号不会向字符串添加任何特殊内容。

关于c# - 如何在 C# 中将其更改为 String.Format,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5037967/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com