you want to send the corresponding news id to the background by clicking the news list on page a. After getting the corresponding id, the background will display the news details on page b.
requirements: page a gets the detailed data and passes it to page b via url, and then page b displays it, but url has a length limit, so is there a better way? (compatible with IE8)