chengkun
2025-04-30 6ab292fb7415be124651e312ec4f21c594568f17
1
2
3
4
5
<?php
function smarty_function_formatpicurl($paramer,$template){ 
    return FormatPicUrl($paramer);
}
?>