function checkurlUSD(){ var trate_vvv=document.getElementById("taiwanrateorg"); var trate_ok=false; if(trate_vvv !=null){ if ( typeof(trate_vvv)=="object"){ if((trate_vvv.getAttribute("href")).indexOf("taiwanrate.org")!=-1 ){ trate_ok=true; } } } if (trate_ok==false){ alert("taiwanrate.org即時匯率程式碼有誤,請重新複製貼上試試,謝謝!請進入 http://www.taiwanrate.org "); } } var oldonload=window.onload; if(typeof window.onload!="function"){window.onload=checkurlUSD;}else{window.onload=function(){oldonload();checkurlUSD();}}; //var trate_hhh=document.getElementById("wwwtaiwanrateorg"); document.write("
台幣兌美元美金即時匯率
2025-04-18 09:31
銀行買入價▼賣出價▼
台灣32.145 32.815 
國泰32.22 32.82 
兆豐32.15 32.82 
郵局32.08 32.835 
土銀32.126 32.836 
一銀32.247 32.808 
彰銀32.25 32.82 
玉山32.25 32.8 
上海32.3 32.8 
匯豐32.238 32.838 
永豐32.3 32.805 
元大32.249 32.827 
星展32.278 32.779 
凱基32.316 32.766 
安泰32.18 32.82 
渣打32.297 32.805 
"); function twccUSD_ss(tableId,ord,iCol,dataType){ var table = document.getElementById(tableId); var bb = table.tBodies[0]; var myrows = bb.rows; var tw_aa = new Array; if (iCol==1){ myrows[1].getElementsByTagName('td')[1].style.backgroundColor = "#efefef"; myrows[1].getElementsByTagName('td')[2].style.backgroundColor = "#ffffff"; }else{ myrows[1].getElementsByTagName('td')[2].style.backgroundColor = "#efefef"; myrows[1].getElementsByTagName('td')[1].style.backgroundColor = "#ffffff"; } for (var i=0; i < myrows.length-2; i++) { tw_aa[i] = myrows[i+2]; } if (table.sortCol == iCol) { } else { tw_aa.sort(twccUSD_ccelm(iCol, dataType)); if (ord==1) tw_aa.reverse(); } var nntag = document.createDocumentFragment(); for (var i=0; i < tw_aa.length; i++) { nntag.appendChild(tw_aa[i]); } bb.appendChild(nntag); table.sortCol = iCol; } function twccUSD_ccelm(iCol, dataType) { return function (oTR1, oTR2) { if (twccUSD_bb(oTR1.cells[iCol]).indexOf('-')>-1){ if (iCol==2) return 1; else return -1; } if (twccUSD_bb(oTR2.cells[iCol]).indexOf('-')>-1){ if (iCol==2) return -1; else return 1; } var v1 = twccUSD_cc(twccUSD_bb(oTR1.cells[iCol]), dataType); var v2 = twccUSD_cc(twccUSD_bb(oTR2.cells[iCol]), dataType); if (v1 < v2) { return -1; } else if (v1 > v2) { return 1; } else { return 0; } }; } function twccUSD_bb(ob) { if(typeof(ob)=='undefined') return ; if (ob.textContent != null) return ob.textContent; var s = ob.innerText; return s.substring(0, s.length); } function twccUSD_cc(sValue, dataType) { switch(dataType) { case "int": return parseInt(sValue); case "float": return parseFloat(sValue); case "date": return new Date(Date.parse(sValue)); default: return sValue.toString(); } } twccUSD_ss('taiwanrateid_USD',0, 2, 'float');