作者 xudada

尺寸录入兼容HQ尺寸数据的×,@符号

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