我得到這個值,HTML,所以如何顯示在網頁流量,如果我得到這個類型的值<head> <meta/> <title>Journey Mapper - Getting Started</title> </head> <body> <a name="top"><h3>Getting Started - Registration and Login</h3></a> <p class="style1"> <a href="Index.html">Home</a> <a href="#reg">Registration</a> <a href="#login">Login</a> <a href="#forget">Forgot Password</a> </p> <a name="reg"><h4>Regis<a href="#top" class="style1" style="text-align:right"></a></h4> </a> <p>When the application starts in a click on "My Journeys" tab</p> <p>Click on "New User" button </p> <p>A Registration form will popup enter your profile details</p> <p>Note: </p> <ul> <li>All fields are mandatory</li> <li>A password must be at least eight characters long, begin with an alphabetic character, contain at least one upper case and one lower case letter, at least one number and one of the following special characters</li> <li>A valid email address should be provided to facilitate password reset</li> <li>Active Internet connection is required to setup your profile</li> </ul> <p>Click on sign up button to complete your registration</p> <p><a name="reg" id="reg"><a href="#top" class="style1" style="text-align:right">Back to Top</a></a></p> <a name="login"><h4>Login</h4></a> <p>To login as a registered user to Journey Mapper, click on "My Journey" tab </p> <p>Click on "Login" button</p> <p>A dialog will pop up, enter your registered username and password in respective fields.</p> <p>Click on login button to validate provided credentials and to log you in.</p> <p>You can also check "Auto-login" to retain your login information even when application is closed.</p> <p><a name="reg" id="reg2"><a href="#top" class="style1" style="text-align:right">Back to Top</a></a></p> <a name="forget"><h4>Forgot Password</h4></a> <p>In case you have forgotten your password you can request a reset of your password.</p> <p>Click on the "Forgot Password?" link on the login dialog.</p> <p>A "Forgot Password?" form will appear, enter your username and click on the "Send Password" button</p> <p>An email will be sent to your registered email address, which will contain the instructions to reset your password</p> <p><a name="reg" id="reg3"><a href="#top" class="style1" style="text-align:right">Back to Top</a></a></p> <p><a name="jump" href="#">Continue reading</a></p> </body> </html>
如何在iPhone中的webview上調用原始HTML文本?
0
A
回答
0
這應該幫助你
NSString *myHTML = @"<html><body><h1>Hello, world!</h1></body></html>"; [myUIWebView loadHTMLString:myHTML baseURL:nil];
基本URL將fileURL到你的資源文件夾,如果你有任何圖像,或者你可以通過nil
。用於網絡視圖
0
使用負載字符串的方法:
[web視圖loadHTMLString:myHtmlString基本URL:無];
相關問題
- 1. 如何從webview中調用iphone原生應用程序
- 2. 微調器原始文本
- 3. 在iPhone環境下使用webview的HTML文件上傳頁面
- 4. 如何將本地html文件加載到iPad上的webView中
- 5. 如何在HTML表格中調整原始圖像的大小?
- 6. 如何在Go中轉換原始HTML?
- 7. 如何在PHP中回顯原始HTML?
- 8. Android WebView JavaScript回調到原始視圖
- 9. 如何將我的webview的文本從html javascript iphone sdk中對齊?
- 10. 如何使用HTML :: form在Cordova Webview中上傳文件?
- 11. 在HTML中保存副本時如何保留原始文檔文檔?
- 12. 在iphone webview中的HTML跨度標記
- 13. 如何在原始文件中添加我的文本?
- 14. 在Solr中存儲原始HTML文件
- 15. 在Kohana中加載原始HTML文件
- 16. 如何掃描原始文本文件?
- 17. 如何使用JavaFX中的WebView加載本地HTML文件
- 18. CSS/HTML - 如何在iPhone上查看生產中的html文件?
- 19. 如何在iPhone上顯示來自API的HTML文本?
- 20. Espresso:如何在WebView上調用evaluateJavascript()
- 21. 如何使用jQuery ajax調用原始HTML到ASP.net [Webmethod]
- 22. 如何在android中的Webview上繪製印地文文本?
- 23. 如何在WebView上使用JS腳本運行html
- 24. 使用javax.xml.transform.Transformer中的原始文本
- 25. 如何在使用WebView的HTML中使用本地字體
- 26. html敏捷包:如何提取原始文本
- 27. 在iPhone webview中使用本地資源
- 28. 如何在iphone的webview中顯示html數據
- 29. 如何從Python中的本地文件抓取某個XPath內的原始所有原始html
- 30. WebView:從遠程HTML調用本地JavaScript
請參閱http://stackoverflow.com/questions/4138336/how-to-show-html-text-from-api-on-the-iphone/4138610#4138610 – 2012-07-23 10:13:44