memset 可以方便的清空一个结构类型的变量或数组。 如:struct _test{char s[10];. int x;. int y;. }; 变量struct _test st;. (1) ...
確定! 回上一頁