Doubt: the parameters in the link are generated by js. How do you find the generated parameters in js?

RT.
Link (list page) for example: expIds= to & callback=__jp8 , it seems that the parameters are generated by the js file, because these parameters are the details page URL of the list page, that is, when the list page link is loaded, the details page link of the list page is loaded.

https://pacaio.match.****.com/irs/rcd?cid=52&token=8f6b50e1667f130c10f981309e1d8200&ext=604,609&page=4&isForce=1&expIds=20190122A1BRPT|20190122A19P4M|20190122A198TL|20190122A0XBMI|20190122A0U9FR|20190122A15AFZ|20190122A0OWRK|20190122V0UQKX|20190122A12ANT|20190122A0XCZ4|20190122A19CWD|20190122A0V293|20190122A15L91|20190122A16P97|20190122A0RC4X|20190122A153HG|20190122A0SS6Q|20190122A1BUA5|20190122A0UQHX|20190122008953&callback=__jp8

read index.js and found (0Magneh h.default) ("/ / pacaio.match.qq.com/irs/rcd?cid=135&token=6e92c215fb08afa901ac31eca115a34f&callback=jspnphotnews&ext=" + n + "& page=" + this.page + "& num=" + this.pageNum + "& expIds=" + t.join ("|")

ask:
1, whether the parameters in the link are generated by js
2, if it is js generation, how to understand the js file
3, if not js generation, what method is used
example link: https://new.qq.com/ch2/tcctit

May.16,2022

may be generated by js or directly given by the back end. Tracking the location of each variable in the js file can be parsed

Menu