Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 ios 5 的 contenteditability 功能在 uiwebview 中编辑 html 文件。编辑后,我只想在相同的 uiwebview 中重新加载编辑后的内容,而不更改格式和所有内容。我怎样才能做到这一点???
[webView loadHTMLString:[webView stringByEvaluatingJavaScriptFromString:@"document.documentElement.outerHTML"]; baseURL:nil];