📅  最后修改于: 2022-03-11 14:52:48.739000             🧑  作者: Mango
function copyTextValue(bf) {
var text1 = bf.checked ? document.getElementById("Name1").value : '';
document.getElementById("Name2").value = text1;
document.getElementById("Name3").value = text1;
}