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.
使用 javascript 与使用 ruby 解析网页中的图像 url 之间是否存在显着的速度差异?
对于 javascript,我会查找所有 img 标签,然后使用 ajax 将数据发送到后端。
对于红宝石,我只会使用 nokogiri。