Open bennyhuo opened 4 years ago
我还以为你用Kotlin写了一个C语言版的printf,并且能在写出下面代码的时候得到一个编译期错误
printf("%s\n", 1)
tql
......
我还以为你用Kotlin写了一个C语言版的printf,并且能在写出下面代码的时候得到一个编译期错误 printf("%s\n", 1)
tql
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
https://www.bennyhuo.com/2020/06/14/c-println/
Kotlin 当中的 println 非常好用,可是 C 当中我们常用的 printf 却总是需要格式化字符,并且需要手动提供换行符。