C 库函数- memset() ```c #include #include int main () { char str[50]; strcpy(str,"This is string.h library function"); puts(str); mem.
確定! 回上一頁