1.标签传值的形式--参数固定:,多个参数用&隔开
例:
2.标签传值的形式--参数可变:
var 变量 = 值;
document.getElementById("id名").href="地址?参数="+变量;
例子:
... ...
验证