2. atoi:將字串轉為整數. int atoi ( const char * str );. ex: char buffer[] = "23"; int i = atoi(buffer);. 3. atol:將字串轉為長整數.
確定! 回上一頁