jsp - set value of input tag (html) from a java string

前端 未结 3 1492
时光取名叫无心
时光取名叫无心 2021-01-24 07:22

I\'m facing a strange problem here. The situation is like this:

I\'m trying to set a value for an input tag from a java string:

   

        
3条回答
  •  渐次进展
    2021-01-24 08:10

    Put double quotes around the value like this -

    
    

    HTML uses space to separate different attributes/tags.

提交回复
热议问题