This website works better with JavaScript.
首頁
註冊
登入
DedeBIZ
/
DedeV6
關註
2
收藏
0
複製
0
程式碼
合併請求
0
版本發佈
26
Activity
瀏覽代碼
Update inc_fun_funAdmin.php
develop
叙述、别离
3 週之前
父節點
546b59dfe1
當前提交
7ce6e7998d
共有
1 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/system/inc/inc_fun_funAdmin.php
+ 2
- 2
src/system/inc/inc_fun_funAdmin.php
查看文件
@@ -59,12 +59,12 @@ function SpGetPinyin($str, $ishead = 0, $isclose = 1)
$restr .= $pinyins[$c][0];
}
} else {
$restr .= "
_
";
$restr .= "
-
";
}
} else if (preg_match("/[a-z0-9]/i", $str[$i])) {
$restr .= $str[$i];
} else {
$restr .= "
_
";
$restr .= "
-
";
}
}
if ($isclose == 0) {
Write
Preview
Loading…
取消
儲存