关于 用于Deno的RSS / ATOM反序列化模块。 该项目旨在提供一种轻量级且易于使用的feed反序列化器,并具有输出JSON Feed的选项。 用法 import { deserializeFeed } from 'https://deno.land/x/rss/mod.ts' ; const response = await fetch ( 'http://static.userland.com/gems/backend/rssTwoExample2.xml' ) ; const xml = await response . text ( ) ; const [ feedType ,