开发者

how to append html code to the NSString variable in iphone

开发者 https://www.devze.com 2023-01-14 05:23 出处:网络
i have htmlString of string type.i want to append the view port code to this variable.How to do this?is it po开发者_StackOverflow中文版ssible to do this?you mean this?

i have htmlString of string type.i want to append the view port code to this variable.How to do this?is it po开发者_StackOverflow中文版ssible to do this?


you mean this?

NSString *str3 = [str1 stringByAppendingString: str2];
0

精彩评论

暂无评论...
验证码 换一张
取 消