const RSS_CONTENT_TYPE: &str = "application/rss+xml; charset=utf-8";
RSS Content-Type(标准注册类型,带 charset 便于阅读器正确解码中文)。