0
我想在地圖中顯示註釋。 我有lat和longi的字符串格式。 現在我只需要將其轉換爲int。如何將字符串轉換爲int在目標c
NSString *s= @"18.65799";
location1.latitude =[s intValue];
NSLog(@"1%d",[s intValue]);
NSString *s1= @"73.774262";
location1.longitude=[s1 intValue];
但是,當我顯示[秒的intValue]的出放是118 和的NSLog(@ 「1%@」,location1.latitude)爲空輸出;
請幫忙。
感謝它的工作.... – shreedevi 2009-11-26 16:31:03
10個問題,而其中18個答案.. 。 – wkw 2009-11-27 07:01:28