Adding images into source code

后端 未结 4 488
孤街浪徒
孤街浪徒 2020-12-19 02:08

Is there a way (or an editor) that allows me to link an image/files/http links from within a source file (*.java for instance), sort of like a rich text document?

Th

4条回答
  •  独厮守ぢ
    2020-12-19 02:20

    As many says you can use but for example in Eclipse you encouter error if you don't declare "alt" and if you use "selfclosing" tag like

    image desc
    

    seems not givin error =)

提交回复
热议问题