發(fā)表日期:2018-08 文章編輯:小燈 瀏覽次數(shù):2865
在 include\extend.func.php 最下面加個函數(shù)
function click_round_number( $number, $min_value = 1000, $decimal = 1 ) {if( $number < $min_value ) {return $number;}$alphabets = array( 100000000 => '億', 10000 => '萬', 1000 => '千' );foreach( $alphabets as $key => $value )if( $number >= $key ) {return round( $number / $key, $decimal ) . '' . $value;}} |
調(diào)用標(biāo)簽如下:
{dede:field.click function="click_round_number(@me)"/} |
效果:
1000=1千;
15000=1.5萬;
210000=21萬。
日期:2018-09 瀏覽次數(shù):4420
日期:2018-09 瀏覽次數(shù):3061
日期:2018-09 瀏覽次數(shù):3896
日期:2018-09 瀏覽次數(shù):3825
日期:2018-09 瀏覽次數(shù):3389
日期:2018-09 瀏覽次數(shù):3779
日期:2018-09 瀏覽次數(shù):3227
日期:2018-09 瀏覽次數(shù):3491
日期:2018-09 瀏覽次數(shù):3237
日期:2018-09 瀏覽次數(shù):3268
日期:2018-09 瀏覽次數(shù):2998
日期:2018-09 瀏覽次數(shù):3552
日期:2018-09 瀏覽次數(shù):3528
日期:2018-09 瀏覽次數(shù):3099
日期:2018-09 瀏覽次數(shù):3023
日期:2018-09 瀏覽次數(shù):3794
日期:2018-08 瀏覽次數(shù):2992
日期:2018-08 瀏覽次數(shù):3154
日期:2018-08 瀏覽次數(shù):2971
日期:2018-08 瀏覽次數(shù):2975
日期:2018-08 瀏覽次數(shù):3018
日期:2018-08 瀏覽次數(shù):2783
日期:2018-08 瀏覽次數(shù):2902
日期:2018-08 瀏覽次數(shù):2844
日期:2018-08 瀏覽次數(shù):2864
日期:2018-08 瀏覽次數(shù):3029
日期:2018-08 瀏覽次數(shù):3088
日期:2018-08 瀏覽次數(shù):3411
日期:2018-08 瀏覽次數(shù):2934
日期:2018-08 瀏覽次數(shù):3247
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.