本文介绍了如何在点击时更改单词或名称的字母?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我希望能够在一个框中键入一个单词或名称,单击一个生成按钮,并将一些字母或单词更改为一个新框。
例如:
John Smith> Juhn Smith
(将'o'更改为'u'制作Juhn Smith)
或
John Smith > Ron Smith
(改变整个单词)
我尝试过:
我试过看字符串并替换()但是没有找到任何合适的在线,特别是没有使用输入框。
谢谢
解决方案
I would like to be able to type a word or name into an box, click a generate button and have some of the letters or words changed into a new box.
For example:
John Smith > Juhn Smith
(change the 'o' to 'u' making Juhn Smith)
or
John Smith > Ron Smith
(change whole words)
What I have tried:
I have tried looking at strings and replacewith() but have not found anything suitable online especially nothing using input boxes.
Thanks
解决方案
这篇关于如何在点击时更改单词或名称的字母?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!