IMG SRC tags and JavaScript

前端 未结 13 1201
眼角桃花
眼角桃花 2020-12-02 02:09

Is it possible to call a JavaScript function from the IMG SRC tag to get an image url?

Like this:





        
13条回答
  •  自闭症患者
    2020-12-02 02:35

    Nope. It's not possible, at least not in all browsers. You can do something like this instead:

    just nothing
    
    

    Your favourite JavaScript framework will provide nicer ways :)

提交回复
热议问题