我将html源代码作为字符串获取,如下所示。而且我需要获取ZAgAAAAAAAGE9MTAwNjE4OT
和abcid.wust=
之间的子字符串&abcid.action=
怎么做?谢谢!
html is <html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>preCallBack.jsp</title>
...
var gateway = 'https://test.abc.com/check2.html?abcid.wust=ZAgAAAAAAAGE9MTAwNjE4OT&abcid.action=uilogin&®istType=null';
...