So far I tried this: JS:
到目前为止我试过这个:JS:
function Copy(copyfrom, copyto) {
document.getElementById(copyto).value = copyfrom.value;
}
funSo far I tried this: JS:
到目前为止我试过这个:JS:
function Copy(copyfrom, copyto) {
document.getElementById(copyto).value = copyfrom.value;
}
fun