這次主要針對說明免治馬桶座。
SE | SA | SG | F2 | F3 | |
操作面版 | 有線 | 有線 | 無線 | 無線 | 無線 |
除臭 | x | ○ | x | ○ | ○ |
乾燥 | x | ○ | ○ | ○ | ○ |
自動掀蓋 | x | x | x | x | ○ |
加熱溫水等等等等規格不詳述.... | ○ | ○ | ○ | ○ | ○ |
售價 | 16000 | 23500 | 29000 | 39800 | 47000 |
成交價約 | 11500(配合優惠方案) | 九折 | 九折 | 九折 | 九折 |
注意事項:
其他我們就私下討論囉!
<script language="JavaScript">
<!--年齡計算語法_開始-->
RightNow = new Date();
var year = RightNow.getFullYear();
var month = RightNow.getMonth();
var day = RightNow.getDate();
var t_yy = 0;
var t_mm = 0;
var t_dd = 0;
var b_yy = '1975';
var b_mm = '12';
var b_dd = '28';
t_yy = year - b_yy - 1;
if ( month + 1 > b_mm){
t_mm = month - b_mm ;
t_yy++;
}else
t_mm = 12 - b_mm + month;
if (day > b_dd){
t_dd = day - b_dd;
t_mm++;
}else
t_dd = daysInMonth(month, year) - b_dd + day;
if (t_dd > daysInMonth(month, year)-1){
t_dd = 0;
t_mm++;
}
if (t_mm > 11){
t_mm = 0;
t_yy++;
}
document.write('<center>' + 'Juma 已經<b>');
if (t_yy > 0)
document.write(" " + '<b><font color="red">' + t_yy + '</font></b>' + " 歲 ");
if (t_mm > 0)
document.write('<b><font color="red">' + t_mm + '</font></b>' + " 個月");
if (t_dd > 0)
document.write(" 又 " + '<b><font color="red">' + t_dd + '</font></b>' + " 天 " + '</center>');
//****** function set ******
function arrayOfDayInMonths(isLeapYear)
{ this[0] = 31;
this[1] = 28;
if (isLeapYear)
this[1] = 29;
this[2] = 31;
this[3] = 30;
this[4] = 31;
this[5] = 30;
this[6] = 31;
this[7] = 31;
this[8] = 30;
this[9] = 31;
this[10] = 30;
this[11] = 31;
}
function daysInMonth(month, year)
{ var isLeapYear = ((( year % 4 == 0) && (year % 100 != 0)) || (year % 400 == 0));
var monthdays = new arrayOfDayInMonths(isLeapYear);
return monthdays[month];
}
<!--年齡計算語法_結束-->
</script>
<script src="http://m017.googlecode.com/files/encrypt-blog-posts.js" type="text/javascript"></script>