13856129385 / Moon

happy fish
0 stars 0 forks source link

split分割取值 #3

Open 13856129385 opened 8 years ago

13856129385 commented 8 years ago

href="html/pointsgoods/pointsgoods.html?=9"

href="html/pointsgoods/pointsgoods.html?="+orderId

thisURL = document.URL;
getId =thisURL.split('?')[1];
pid= getId.split("=")[1];

href="html/pointsgoods/pointsgoods.html?9?1" thisURL = document.URL;
pid =thisURL.split('?')[1];
points= thisURL.split("?")[2];