A.h A HTML page

var id = 10000 window.location.href = "updataPersonnel.html? id=" + idCopy the code

B.h HTML page B

Var empId var url = window.location.search If (url.indexof ("? )! =-1){ empId = url.substr(url.indexOf("=")+1) } console.log(empId)Copy the code

Console printing