前面在输出字符串时都使用printf,通过“%s”输出字符串。其实还有更简单的方法,就是使用puts()函数。该函数的原型为:#includeintputs(constchar*s); ...
確定! 回上一頁