在c语言中,字符串是以“字符数组”存储的。#include <stdio.h>#include <Windows.h>int main(void) { char name[32]; // C语言风格的字符串 // 相当 ...
確定! 回上一頁