Alt attribute encoding with JavaScript

后端 未结 4 1609
深忆病人
深忆病人 2020-12-03 22:07

Html entities must be encoded in alt attribute of an image in HTML page. So

\"A
         


        
4条回答
  •  忘掉有多难
    2020-12-03 22:43

    
    
      
        
        Decode HTML entities using JavaScript
      
      
        A → C
        
      
    
    

    Credits to The JavaScript Source.

    EDIT: I changed the original code to only use innerHTML on a

    element, instead of innerHTML and value of a