问答详情
源自:2-3 CSS样式

点击图片就会更改图片怎么做到的

点击图片就会更换图片是怎么做到的

提问者:宝慕林8288924 2016-03-23 10:19

个回答

  • Arry007
    2016-03-23 21:11:28

    利用img 的src属性,使用js的document.getElementById()和getAttribute(),setAttribute()方法。