1. 求写一个脚本来随机英文名,一个随机辅音字母后面会跟一个随机元音字母
JAVA:
public static void main(String[] args) {
int[] yuanYin = { 97, 101, 105, 111, 117 };
for (int i = 0; i < 10; i++) {
int fy = 97;
while (fy == 97 || fy == 101 || fy == 105 || fy == 111 || fy == 117) {
fy = 97 + (int) (Math.random() * 25);
}
int yy = yuanYin[(int) (Math.random() * 5)];
System.out.println((char) fy + "" + (char) yy);
}
}
执行结果:
fe
xu
pa
pu
yo
ke
lo
qe
tu
la
2. 随机的英文怎么拼
stochastic
stochastic
stochastic[简明英汉词典]
[stəuˈkæstik]
adj. 随机的
3. JS中如何随机生成英文名字
<metahttp-equiv="Content-Type"content="text/html;charset=utf-8">
<buttononClick="returnrn();">随机生成名字</button>
<spanid="target"></span>
<script>
functionrn(){
//这个名字库只能自己填充内容了,js没这么智能,可以自己拼个名字出来...
varstore=['Marry','Jhon','Tom','Lily'],
el=document.getElementById('target');
returnel.innerHTML=store[Math.floor(Math.random()*store.length)];
}
</script>
4. 在网页上随机选了几个英文名,大家给看看哪个好听。
Gemma['dʒemə] 宝石的意思
Gillian['dʒiliən] 头发柔软的 的意思
gigi 梁咏琪的外文名你懂的
此三词皆为 琦 字谐音