sprintf_s 是sprintf的安全版本,指定缓冲区长度来避免sprintf()存在的溢出风险, ... 明白了: 例:将"test 1 2"写入数组s中#include int main(void) { char s[40];.
確定! 回上一頁