because ie11 is not compatible with URLSearchParams, this api uses the form of introducing third-party plug-ins or solves the problem of non-ie11 compatibility, so I intend to try it with qs.
but because it is a traditional multi-page project, it is not packaged through webpack. How can I use the qs.
page code as follows: `
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="../lib/validate.js"></script>
<script src="../res/js/app.js"></script>
<script src="../lib/params.js" ></script>`
is the
quoted in the above way.