Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的页面上有以下 rss 对象...
data.data[i].link
它会产生以下网址...
http://
我希望 URL 以...开头
https://
修改它的最简单方法是什么?
感谢您的任何建议
data.data[i].link.replace('http://','https://');