点击单选框就直接激活链接的实现代码
作者:互联网
2025-08-30
function go(HrefName) {
window.location.href = HrefName;
}
相关标签:
HTML教程
相关推荐
