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.
我对 Mac SDK 还很陌生,但我可以很容易地找到基本的方法。然而,有一件事我很难过:我正在尝试制作一个应用程序,当它可用时它会自动进入网页,例如音乐会门票销售等。我已将应用程序设置为接受用户的 ID 和密码,但如何将其推送到网站并填写登录表单?
将网站加载到一个WebView并使用 JavaScript 来操作和提交表单:
WebView
- (NSString *)stringByEvaluatingJavaScriptFromString:(NSString *)script