由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - C#的formated output有点不方便呀。。。。
相关主题
two general C++ questiontree data conversion
C++ formatted output question很不习惯cin/cout
Linux GNU C, readlink问题How to have another func call printf with va_arg list ?
帮忙找个错C++ output format problem
Pyspark 怎么format output?MatLab Code
[转载] 简单的题都不敢做了.C -> assembly
一道cC++里面把数转成字符串的命令是啥啊?
What is output?what's wrong with this scripts?variable passing?
相关话题的讨论汇总
话题: 序号话题: c#话题: formated话题: output话题: 方便
进入Programming版参与讨论
1 (共1页)
c******g
发帖数: 63
1
我指String.Format(...), Console.WriteLine(...)里的那些。不像C的printf,
sprintf,这里的格式输出,变量替换是有序号的,即{0},{1},{2},你要想中间加一个
,后面的序号都得改掉。。。有没有简单点的类似于C中只认%s, %d的办法,而不用手
动打序号?谢谢!
g****r
发帖数: 1589
2
为啥需要改序号?如果又加了一变量,可以写成 {0}, {3}, {1}, {2},还可以用在
不同的地方,用多次

【在 c******g 的大作中提到】
: 我指String.Format(...), Console.WriteLine(...)里的那些。不像C的printf,
: sprintf,这里的格式输出,变量替换是有序号的,即{0},{1},{2},你要想中间加一个
: ,后面的序号都得改掉。。。有没有简单点的类似于C中只认%s, %d的办法,而不用手
: 动打序号?谢谢!

c******g
发帖数: 63
3
哦,确实是的。thx!

【在 g****r 的大作中提到】
: 为啥需要改序号?如果又加了一变量,可以写成 {0}, {3}, {1}, {2},还可以用在
: 不同的地方,用多次

1 (共1页)
进入Programming版参与讨论
相关主题
what's wrong with this scripts?variable passing?Pyspark 怎么format output?
how to print 2 exponential digits in windows by using Perl[转载] 简单的题都不敢做了.
关于文件命名一道c
[合集] 如何只用putchar来实现itoa?What is output?
two general C++ questiontree data conversion
C++ formatted output question很不习惯cin/cout
Linux GNU C, readlink问题How to have another func call printf with va_arg list ?
帮忙找个错C++ output format problem
相关话题的讨论汇总
话题: 序号话题: c#话题: formated话题: output话题: 方便