[removed] get

前端 未结 6 1068
名媛妹妹
名媛妹妹 2020-11-30 06:18

If the img below is present


and the script is



        
6条回答
  •  悲哀的现实
    2020-11-30 06:56

    Use JQuery, its easy.

    Include the JQuery library into your html file in the head as such:

    
      
    
    

    (Make sure that this script tag goes before your other script tags in your html file)

    Target your id in your JavaScript file as such:

    
    

提交回复
热议问题