如何拼接引數

Chx0701發表於2020-11-12

es6方法模板

例如:`https://apple.mlwplus.com/test?type=urgepayment&id=${ codeid }&code=type`

es5字串拼接

例如:window.location.href = 'https://apple.mlwplus.com/test?type=urgepayment&code=' + codeid + '&id=123'

相關文章