0

Android で evernote API を使用しており、html を enml に変換したいと考えています。imgをen-mediaに変換するには? 例: img:

<img src="imagePath"/>

en-media にするには、画像を自分でダウンロードして、イメージ タグを自分で en-media に置き換える必要がありますか?

4

1 に答える 1

0

Yes, you have to download the image and replace the image tag to en-media with hash and type attributes.

You can see the spec here.

于 2013-02-26T18:57:45.907 に答える