puts怎么用 puts的用法 C语言里的puts()函数怎么用?puts()的作用和用法?puts(char*P)是输出字符串的特殊函数,它的参数是指向字符串的指针P,或者字符串的地址。Printf... 2021-03-14 1877次浏览