1
This commit is contained in:
@@ -1681,7 +1681,7 @@ private String handleTF(String input) {
|
||||
if (v == null) return "";
|
||||
|
||||
// 如果长度大于4,进行截取
|
||||
if (v.length() > 4) {
|
||||
if (v.length() > 5) {
|
||||
// 查找第一个左括号的位置
|
||||
int leftParenIndex = v.indexOf('(');
|
||||
if (leftParenIndex > 0) {
|
||||
|
||||
Reference in New Issue
Block a user