updated 代码优化
This commit is contained in:
parent
fb0ace0c1b
commit
9007c2f8fb
@ -94,9 +94,7 @@
|
|||||||
var result = relationship(value);
|
var result = relationship(value);
|
||||||
$textarea[1].value = '';
|
$textarea[1].value = '';
|
||||||
if(result.length){
|
if(result.length){
|
||||||
for(var i=0;i<result.length;i++){
|
$textarea[1].value = result.join('\n');
|
||||||
$textarea[1].value += result[i]+'\n';
|
|
||||||
}
|
|
||||||
}else{
|
}else{
|
||||||
$textarea[1].value = '貌似他/她跟你不是很熟哦!';
|
$textarea[1].value = '貌似他/她跟你不是很熟哦!';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user