為什么不使用Atoi()?有人告訴我不應該用atoi(),我應該一直用strtol()相反。怎么了atoi()我不該用它?是strtol()真的是應該用的東西嗎?(而事實是strtol()返回long,而不是int喜歡atoi()是嗎?) 查看完整描述