String object in JavaScript

String methods are summarized as follows:

  • charAt (): Returns the position of character
  • Unicode encoding Returns the specified character position: charCodeAt ()

Guess you like

Origin www.cnblogs.com/myitnews/p/11787667.html