2014-08-04發表2023-05-12更新Mobile幾秒讀完 (大約17個字)How to get plist?12NSString *path = [[NSBundle mainBundle] pathForResource:@"YOUR_PLIST_FILE" ofType:@"plist"];NSDictionary *dictionary = [[NSDictionary alloc] initWithContentsOfFile:path]; How to get plist?https://andyyou.github.io/2014/08/04/ios-how-to-get-plist/作者andyyou(YOU,ZONGYAN)發表於2014-08-04更新於2023-05-12許可協議#ios