javascript 获取随机趣味名称(适用于占位符)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript 获取随机趣味名称(适用于占位符)相关的知识,希望对你有一定的参考价值。
function getFunName() {
const adjectives = [
"adorable",
"beautiful",
"clean",
"drab",
"elegant",
"fancy",
"glamorous",
"handsome",
"long",
"magnificent",
"old-fashioned",
"plain",
"quaint",
"sparkling",
"ugliest",
"unsightly",
"angry",
"bewildered",
"clumsy",
"defeated",
"embarrassed",
"fierce",
"grumpy",
"helpless",
"itchy",
"jealous",
"lazy",
"mysterious",
"nervous",
"obnoxious",
"panicky",
"repulsive",
"scary",
"thoughtless",
"uptight",
"worried"
];
const nouns = [
"women",
"men",
"children",
"teeth",
"feet",
"people",
"leaves",
"mice",
"geese",
"halves",
"knives",
"wives",
"lives",
"elves",
"loaves",
"potatoes",
"tomatoes",
"cacti",
"foci",
"fungi",
"nuclei",
"syllabuses",
"analyses",
"diagnoses",
"oases",
"theses",
"crises",
"phenomena",
"criteria",
"data"
];
return `${rando(adjectives)}-${rando(adjectives)}-${rando(nouns)}`;
}
以上是关于javascript 获取随机趣味名称(适用于占位符)的主要内容,如果未能解决你的问题,请参考以下文章
输入占位符脚本适用于没有 JQuery 的 IE 8 密码字段?
python获取list列表随机数据
css 自动将占位符文本添加到客户查询表单。这适用于我们当前的表单生成器。
css 自动将占位符文本添加到客户查询表单。这适用于我们当前的表单生成器。
IE 中的占位符
随机名称表中的 SQL 更新