這個網誌中的熱門文章
葉又瑄UNICODE、UTF-8、資料型態
維基百科UTF-8 留任昌101教學影片 留任昌102教學影片 UTF-8(8-bit Unicode Transformation Format)是一種針對Unicode的可變長度字元編碼,也是一種字首碼。它可以用一至四個位元組對Unicode字元集中的所有有效編碼點進行編碼,屬於Unicode標準的一部分。 <H1>維基百科UTF-8</H1> <iframe src="https://zh.wikipedia.org/wiki/UTF-8" WIDTH="100%" HEIGHT="300"></iframe> <iframe src="https://upload.wikimedia.org/wikipedia/commons/c/c4/Utf8webgrowth.svg" WIDTH="100%" HEIGHT="300"></iframe> <H1>留任昌101教學影片</H1> <IMG width="560" height="315" src="https://www.youtube.com/embed/kPGpKysVOdQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></IMG> <H1>留任昌102教學影片</H1> <iframe width="560" height="315" src="https://www.youtube.com/embed/hCROAQzSuyE" title="YouTube...
第十五週HTML+CSS+JavaScripe+WORD轉PDF
利率y(rate) 期數n(nper) 金流m(pmt) 終值f(fv) 參考劉任昌金融市場講義https://drive.google.com/file/d/17z6UZgN5fC2XCO1L8_BQs57dgQXzbwou/view?usp=sharing 葉又瑄學習HTML+CSS+JavaScript程式碼 <style> h1{border: 30px outset red; background-color: green; color: white; text-align: center;} </style> <script> function computePV(){ var r = document.getElementById("rate").value; var n = document.getElementById("nper").value; var m = document.getElementById("pmt").value; var f = document.getElementById("fv").value; pvif =r; pvif++; pvif =1/pvif**n; var pv = (1-pvif)*m/r + f * pvif; document.getElementById("pv").innerHTML = pv; } </script> <body> <table border="1"> <tr><td>利率y(rate)</td><td>期數n(nper)</td><td>金流m(pmt)</td><td>終值f(fv)</td></tr> <td><input id="rate" type="numbe...
留言
張貼留言