Iphone sdk - 生成本地 HTML
我需要你的帮助。我怎样才能在SDK上实现它?
1)接收用户的输入(TextField) 2)生成或写入一个html本地文件,其中包含从Textfield接收的文本(Html本地)
I need your help. How can I make it on SDK?
1) receive input from the user (TextField)
2) generate or write it to a html local file with text received of Textfield ( Html local )
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个(假设 textField 是一个有效的 UITextField 实例,其中输入了用户的输入):
Try this (assuming textField is a valid UITextField instance, with the user's input typed inside):