ppypp伦理天堂,91手机在线视频,免费在线观看黄色毛片,夜夜穞天天穞狠狠穞AV美女按摩

聯(lián)系官方銷售客服

1835022288

028-61286886

投訴 解決中 / 已回 怎么給模塊內(nèi)容自定義字段 添加 字符過濾 5 0

怎么給模塊內(nèi)容自定義字段 添加 字符過濾

把里面字符過濾點(diǎn) 空格換成-


image

function yingwendizhi($data) {
 $py = \Phpcmf\Service::L('pinyin')->result($data['yingwendizhi']); // 把標(biāo)題轉(zhuǎn)換拼音
$py = dr_rp(str_replace([',', '_', ':', '&', '!', '(', ')', '?', '~', '\'', '/', ';', '.', '\''], '-', $py), '--', '-');
 }

這樣寫 好像沒用

解決方案