如何给html元素的onclick事件传递参数即如何获取

2024年11月29日 00:36
有1个网友回答
网友(1):

function a(one){

document.write("哈哈"+one);

}

aaaa