草泥马 C# 没有printf
时间:2011-04-12 来源:钳子
[DllImport("msvcrt.dll")]
public static extern int printf(string format, __arglist);
static void Main(string[] args)
{
printf("Hello %s!\n", __arglist(参数列表));
}
// 只能自己动手搞
相关阅读 更多 +
排行榜 更多 +
时间:2011-04-12 来源:钳子
[DllImport("msvcrt.dll")]
public static extern int printf(string format, __arglist);
static void Main(string[] args)
{
printf("Hello %s!\n", __arglist(参数列表));
}
// 只能自己动手搞