1
ns2250225 OP |
2
ShaunSS 2019-02-21 18:03:13 +08:00
|
3
imdong 2019-02-21 18:03:39 +08:00
看了下源代码,是
```JavaScript function new_waifu() { var preload_img = new Image(); var new_id = Math.floor(Math.random() * 60000); preload_img.addEventListener('load', function() { img.src = preload_img.src; img.setAttribute('title', new_id); }); preload_img.src = './example-' + new_id + '.jpg'; } ``` 从 0-60000 里面随机一个 ID 来显示,难道是预先生成了 6000 个? 讲道理机器生成的话,应该每个的尺寸都一样才对啊。 莫不是采集来的库而已? |
4
EvilCult 2019-02-21 18:05:02 +08:00
http://www.thiswaifudoesnotexist.net/example-{xxx}.jpg
x 小于 59999,写个 for 循环开始抓吧[狗头]~~ |
5
ebony0319 2019-02-21 18:05:10 +08:00
|
6
Exia 2019-02-21 18:59:55 +08:00 1
@ShaunSS https://make.girls.moe 他们才是原作者吧?
还有近两天出了个生成头像的,https://thispersondoesnotexist.com/ 生成的头像人现实不存在 |
7
mario85 2019-02-22 03:32:33 +08:00 via iPhone
网页底部: An image archive is available for download.
为啥要自己爬? |
8
justin2018 2019-02-22 14:10:03 +08:00
有没有男的 动漫头像~ 😁 或者 动物的~~ 😋
|
9
googlefans 2019-02-24 23:54:27 +08:00 via iPad
哈哈 最近这个很火啊
|