...
|
...
|
@@ -250,7 +250,8 @@ |
|
|
if(rowContent){
|
|
|
var annoteTypeNum=rowContent.indexOf("--");
|
|
|
if(annoteTypeNum>0){
|
|
|
newArry.push(rowContent.substr(0,annoteTypeNum));
|
|
|
// newArry.push(rowContent.substr(0,annoteTypeNum));
|
|
|
newArry.push(rowContent);
|
|
|
}else if(annoteTypeNum==0){
|
|
|
//去掉
|
|
|
}else{
|
...
|
...
|
|