靜脈曲張

靜脈曲張 x 壓力襪大解構

壓力襪能改善靜脈血流,提供從下而上遞減的壓力,促進靜脈血液回流至心臟,緩解下肢靜脈和靜脈瓣膜所承受的壓力, 從而改善靜脈曲張等症狀 …

靜脈曲張

不少朋友工作時都需要長時間站立或坐著,經過一天工作後雙腳會感到痠痠軟軟。大部分情況休息一下就能恢復,但長時間站立或久坐其實會帶來靜脈曲張的風險。部分工作例如老師、銷售人員、醫護人員等,需要長期久坐或久站,血液循環不良會令下肢部位壓力增加,提高患上靜脈曲張的機會。

$output = '
    '; if ( $arcresults ) { $numarticles = count($arcresults); $column1 = round($numarticles/3); $column2 = round($column1*2); $counter = 0; $afterafter = $after; foreach ( (array) $arcresults as $arcresult ) { if($counter == $column1) { $output .= "
    "; } elseif($counter == $column2) { $output .= "
    "; } $url = get_month_link( $arcresult->year, $arcresult->month ); /* translators: 1: month name, 2: 4-digit year */ $text = sprintf(__('%s'), $wp_locale->get_month($arcresult->month)); $year_text = sprintf('
  • %d
  • ', $arcresult->year); if ( $show_post_count ) $after = ' ('.$arcresult->posts.')' . $afterafter; $output .= ( $arcresult->year != $temp_year ) ? $year_text : ''; $output .= get_archives_link($url, $text, $format, $before, $after); $temp_year = $arcresult->year; $counter ++; } $output .= '
'; }