Ruby 2.7 says URI.encode is obsolete, what replaces it?

后端 未结 0 743
别跟我提以往
别跟我提以往 2020-12-23 18:43

I\'m using URI.encode to generate HTML data URLs:

visit "data:text/html,#{URI::encode(html)}"


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题