例如:char buf[1024] =“hello..........hello”; 只需要如下写法(加 '\'即可): char buf[1024] = "hello.........."\ "hello........." 例如:char buf[1024] =“hello..........hello”; 只需要如
例如:char buf[1024] =“hello..........hello”; 只需要如下写法(加 '\'即可): char buf[1024] = "hello.........."\ "hello........." 例如:char buf[1024] =“hello..........hello”; 只需要如