标签:ati 传参 ken success 更改 通过 checked token 操作
单选框动态赋值
$(‘input[name=pszt][value=‘+val+‘]‘).attr("checked",true);
置顶的几种方式
window.scrollTo(0,0)
document.getElementById("id").scrollIntoView();
通过window.location.href下载文件 解决url 传参中文乱码
window.location.href = encodeURI(url)
ajax 添加headers 以及更改contentType
标签:ati 传参 ken success 更改 通过 checked token 操作
原文地址:https://www.cnblogs.com/yuwen1995/p/10792002.html