TjFish / Random

Random Pokemon /Random Name / Random Country

Home Page:https://tjfish.github.io/Random/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random 一切随机

Sample Demo

目前支持以下随机

  • 宝可梦 (如妙蛙种子,带图片)
  • 国家 (如**,带国旗)
  • **姓名(如张麻子)

截图

1591240348772

使用方式

<script src='random-name.js'></script>
<script src='random-pokemon.js'></script>
<script src='random-country.js'></script>
<script>
    console.log(RandomPokemon.random()) // 妙蛙种子
    console.log(RandomCountry.random()) //**
    console.log(RandomChineseName.random())  //张麻子
</script>

About

Random Pokemon /Random Name / Random Country

https://tjfish.github.io/Random/


Languages

Language:JavaScript 98.9%Language:HTML 1.1%