我的字符串如下所示:
{
alert = "albert has sent you message for Tomatos.";
badge = 144;
notification_text = "28520303-b666-43c8-bb3b-bd0215084cc3";
sound = default;
}
我想分隔这个字符串,并想将 NSdictionary 构造为键(= 之前的字符串)和值(= 之后)
有什么办法吗?
我的字符串如下所示:
{
alert = "albert has sent you message for Tomatos.";
badge = 144;
notification_text = "28520303-b666-43c8-bb3b-bd0215084cc3";
sound = default;
}
我想分隔这个字符串,并想将 NSdictionary 构造为键(= 之前的字符串)和值(= 之后)
有什么办法吗?