加载中...

摘要: ##当需要将数字和 字符串 G12 等字母开头的字符全部化为字符串的时候,需要将g12后面的数字拿出来+上原本有的数字作为他的id int getid (char str[id]){ int i=0,len =strlen(str),id=0; for(int i=0;i<len;i++){ if( 阅读全文
posted @ 2022-01-03 15:06 liang302 阅读(86) 评论(0) 推荐(0)