以下行的含义是什么:
sprintf(version, "%ld%c", tpdu->version, sep);
我很困惑"%ld%c".这是怎么用的?
"%ld%c"
c printf
c ×1
printf ×1