Convert $.param in angularjs

后端 未结 6 1634
梦如初夏
梦如初夏 2020-12-06 16:02

Before I am using JQuery and I use this to send URL with parameter

window.location = myUrl + $.param({\"paramName\" : \"ok\",\"anotherParam\":\"hello\"});
         


        
6条回答
提交回复
热议问题