How to separate a substring in a complicate string in JavaScript?

前端 未结 0 560
-上瘾入骨i
-上瘾入骨i 2020-11-28 09:05

For example:

str = "A=sample_text1; B=sample_text2; C=sample_text3;";

How can I get the text after "A=", which is "s

相关标签:
回答
  • 消灭零回复
提交回复
热议问题