Jquery 的 $.param(object)

晁国发
2023-12-01

方法很实用

let param = {id:1,name:'test'}

$.param(param)

得到结果是id=1&name=test

 类似资料: