iphone - How can I escape slashes and quotes in Objective-C? -


मैं निम्नलिखित करना चाहूंगा

  [नियंत्रक setMessageBody: [NSString stringWithFormat: @ "& Lt; मजबूत & gt;% @ & lt; / strong> gt; & lt; br & gt;% @ & amp; br & gt; .articleDescription, self.articleURL] है एचटीएमएल: हाँ]; <% Code> & lt; a href = "% @" & gt; हैलो & lt; / a & gt;  

> लेकिन मुझे यकीन है कि यह कैसे ठीक से भागने के लिए?

बस का उपयोग करें

  @ ".... और  

अगर आप इसे प्रारूप में डालते हैं , या

  @ "& lt; a href = \"% @ \ "& gt; हैलो & lt; / a & gt;  

यदि आप इसे प्रारूप कोड में % @ का उपयोग कर शामिल करते हैं। % @ को केवल stringWithFormat: विधि का पहला तर्क में व्याख्या की गई है।


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -