Does JFeed support RSS images?
问题 I've had a look at JFeed's readme and it doesn't mention anyway to get to an RSS item's image: JFeedItem properties * item.title * item.link * item.description * item.updated * item.id Does anyone know a way to parse these images? 回答1: Short answer " No ". There is no default jFeed support for "image" access for RSS (or "icon"/"logo" access for ATOM). That said you could always extend the library to support feed images. For example in jrss.js you could add: var image = jQuery('image', xml).eq