在 safari (iOS) 的 form 输入框进去是 “前往” 作为提示词,如何让提示变成 "发送"
Change "Go" to "Send"
演示: http://dotku.github.io/tech/ios/changeGoToSend.html
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
_inputTextField.borderStyle = UITextBorderStyleRoundedRect;
修改一下样式看看