Im新的Xcode和對象編程。在我的應用程序中,我加載了一個包含名爲custom_fields的對象的JSON文件。 custom_fiels的值是一個php字符串,如:xcode中的反序列化函數
(「a:4:{s:11:\」ebbersmedia \「; s:8:\」ebb_true \「; s:10:\」uitlichten \「 ; S:15:\ 「uitlichten_true \」; S:12:\ 「image01 \」; S:71:\ 「HTTP://mywebsite.com/wp-content/uploads/2012/01/image_01.png \」 ; s:6:\「image02 \」; s:66:\「http://mywebsite.com/wp-content/uploads/2012/01/image_02.jpg \」;}「);
在php中,我可以使用unserialize函數來創建一個數組。我怎樣才能在xCode中做到這一點?我只需要圖片網址。