$.get(url,{name:'张三'},function(data){
})
$.post(url,{参数:值},function(data){
$.ajax({
url:url,
data:data,
dataType:json,
success:function(data){
alert(data)
}
posted on 2020-01-06 18:39 建 阅读(112) 评论(0) 编辑 收藏 举报
Powered by: 博客园 Copyright © 2024 建 Powered by .NET 9.0 on Kubernetes