由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - javascript
相关主题
大侠们帮忙,抓网页时遇到的问题,关于javascriptThread对应的input和output问题
multiple source/output path in JBuilder9菜鸟请教个hadoop streaming job 的问题 (转载)
Re: multiple source/output path in JBuil新手问个简单问题 System.out
HELP! Question about Calendar求Java8大牛们帮忙看看这个multithread的面试题。 (转载)
问几个菜问题请教:使用javascript制作online database的方法
who can help me with this dummy Question??Re: JDBC, Java vs. Javascript
junit questionmy demo: Javascript? applet? servelet?
问个eclipse的问题求救! 怎样用JAVASCRIPT获取第三方网页的TITLE?
相关话题的讨论汇总
话题: group话题: javascript话题: file话题: so话题: fourth
进入Java版参与讨论
1 (共1页)
r*******y
发帖数: 1081
1
I have a file 1.txt
//1.txt
A B
B C
D E
E F
G H
I J
two letters in each line are in same group. So for the file above
A B C is in one group
D E F is in second group
G H is in third group
I J is in the fourth group
I need to use javascript to get the output below:
There are 4 groups:
group 1: A, B, C
group 2: D, E, F
group 3: G, H
group 4: I, J
How to write the javascript code ? Thanks a lot
g*****g
发帖数: 34805
2
wrong board.

【在 r*******y 的大作中提到】
: I have a file 1.txt
: //1.txt
: A B
: B C
: D E
: E F
: G H
: I J
: two letters in each line are in same group. So for the file above
: A B C is in one group

r*******y
发帖数: 1081
3
haha
which board? thanks

【在 g*****g 的大作中提到】
: wrong board.
1 (共1页)
进入Java版参与讨论
相关主题
求救! 怎样用JAVASCRIPT获取第三方网页的TITLE?问几个菜问题
如何查看加密的JAVASCRIPT源码?who can help me with this dummy Question??
calling javascript from applet in Opera?junit question
How to use javascript access file system问个eclipse的问题
大侠们帮忙,抓网页时遇到的问题,关于javascriptThread对应的input和output问题
multiple source/output path in JBuilder9菜鸟请教个hadoop streaming job 的问题 (转载)
Re: multiple source/output path in JBuil新手问个简单问题 System.out
HELP! Question about Calendar求Java8大牛们帮忙看看这个multithread的面试题。 (转载)
相关话题的讨论汇总
话题: group话题: javascript话题: file话题: so话题: fourth