...
|
...
|
@@ -2900,6 +2900,8 @@ Handling Information |
|
|
text = text.replaceAll("cm","");
|
|
|
text = text.replaceAll("X","x");
|
|
|
text = text.replaceAll("-","x");
|
|
|
text = text.replaceAll("×","x");
|
|
|
text = text.replaceAll("@","x");
|
|
|
text = text.replace(/\//g, 'x');
|
|
|
//去掉空白字符
|
|
|
text = text.replaceAll("/\s/g","");
|
...
|
...
|
|