我的github

let url = ServerConfig.SOEURL + parameter;//http://localhost:6080/

https://blog.csdn.net/baicai_123/article/details/106403509

$.ajax({
type: 'get',
url: url,
dataType: 'json',
success: function (res){
})

 

posted on 2021-03-12 10:30  XiaoNiuFeiTian  阅读(131)  评论(0编辑  收藏  举报