Ajax based username availablity checking and then generating some username to use in jsp

前端 未结 1 1639
不知归路
不知归路 2021-01-24 03:42

i have somewhat done a ajax based jsp coding for checking username availability. It worked perfectly. Though it might have some errors. So if there any please point it out. Now

相关标签:
1条回答
  • 2021-01-24 04:37

    I guess you need to make your own algorithm for name suggestion.

    Like once the user enters his name,surname, birth year,etc. then you can design an algorithm that can take these values and do some processing by combining(concatenating) words or birth year or anything that you want to generate suggested usernames.

    Then you can simply return that list to the user.

    0 讨论(0)
提交回复
热议问题