{"id":101491,"student_id":2002,"content":"{\"html\":\"\u003c!DOCTYPE html\u003e\\n\u003chtml\u003e\\n\u003chead\u003e\\n\\t\u003ctitle\u003eDocument\u003c/title\u003e\\n \u003clink rel=\\\"stylesheet\\\" href=\\\"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css\\\"\u003e\\n \u003cscript src=\\\"https://code.jquery.com/jquery-3.2.1.slim.min.js\\\"\u003e\u003c/script\u003e\\n \u003cscript src=\\\"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js\\\"\u003e\u003c/script\u003e\\n \u003cscript src=\\\"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js\\\"\u003e\u003c/script\u003e\\n\u003c/head\u003e\\n\u003cbody class=\\\"p-5\\\"\u003e\\n \u003ch1 class=\\\"h1 text-center\\\"\u003e匯率計算機\u003c/h1\u003e\\n \u003cdiv class=\\\"input-group mb-3\\\"\u003e\\n \u003cdiv class=\\\"input-group-prepend\\\"\u003e\\n \u003cspan class=\\\"input-group-text\\\"\u003e台幣\u003c/span\u003e\\n \u003c/div\u003e\\n \u003cinput class=\\\"form-control\\\" id=\\\"ntd\\\"\u003e\\n \u003cdiv class=\\\"input-group-append\\\"\u003e\\n \u003cbutton class=\\\"btn btn-primary\\\" id=\\\"ntd_button\\\"\u003e換算\u003c/button\u003e\\n \u003c/div\u003e\\n \u003c/div\u003e\\n \\n \u003cdiv class=\\\"input-group mb-3\\\"\u003e\\n \u003cdiv class=\\\"input-group-prepend\\\"\u003e\\n \u003cspan class=\\\"input-group-text\\\"\u003e日幣\u003c/span\u003e\\n \u003c/div\u003e\\n \u003cinput class=\\\"form-control\\\" id=\\\"jpy\\\"\u003e\\n \u003cdiv class=\\\"input-group-append\\\"\u003e\\n \u003cbutton class=\\\"btn btn-primary\\\" id=\\\"jpy_button\\\"\u003e換算\u003c/button\u003e\\n \u003c/div\u003e\\n \u003c/div\u003e\\n \\n \u003cdiv class=\\\"input-group mb-3\\\"\u003e\\n \u003cdiv class=\\\"input-group-prepend\\\"\u003e\\n \u003cspan class=\\\"input-group-text\\\"\u003e美金\u003c/span\u003e\\n \u003c/div\u003e\\n \u003cinput class=\\\"form-control\\\" id=\\\"usd\\\"\u003e\\n \u003cdiv class=\\\"input-group-append\\\"\u003e\\n \u003cbutton class=\\\"btn btn-primary\\\" id=\\\"usd_button\\\"\u003e換算\u003c/button\u003e\\n \u003c/div\u003e\\n \u003c/div\u003e\\n \u003cdiv class=\\\"input-group mb-3\\\"\u003e\\n \u003cdiv class=\\\"input-group-prepend\\\"\u003e\\n \u003cspan class=\\\"input-group-text\\\"\u003e新加坡幣\u003c/span\u003e\\n \u003c/div\u003e\\n \u003cinput class=\\\"form-control\\\" id=\\\"sgd\\\"\u003e\\n \u003cdiv class=\\\"input-group-append\\\"\u003e\\n \u003cbutton class=\\\"btn btn-primary\\\" id=\\\"sgd_button\\\"\u003e換算\u003c/button\u003e\\n \u003c/div\u003e\\n \u003c/div\u003e\\n\u003c/body\u003e\\n\u003c/html\u003e\\n\",\"css\":\"\",\"js\":\"$(\\\"#ntd_button\\\").click(ntd_to_other);\\n$(\\\"#jpy_button\\\").click(jpy_to_other);\\n$(\\\"#usd_button\\\").click(usd_to_other);\\n$(\\\"#sgd_button\\\").click(sgd_to_other);\\n\\nfunction ntd_to_other() {\\n var ntd = $(\\\"#ntd\\\").val();w\\n $(\\\"#jpy\\\").val(Math.floor(ntd / 0.2852 * 100) / 100);\\n $(\\\"#usd\\\").val(Math.floor(ntd / 30.875 * 100) /100);\\n $(\\\"#sgd\\\").val(Math.floor(ntd / 22.75 * 100) / 100);\\n}\\nfunction jpy_to_other() {\\n var jpy = $(\\\"#jpy\\\").val();\\n $(\\\"#ntd\\\").val(Math.floor(jpy * 0.2724 * 100) / 100);\\n $(\\\"#usd\\\").val(Math.floor(jpy * 0.2724 / 30.875 * 100) / 100);\\n $(\\\"#sgd\\\").val(Math.floor(jpy * 21.84 / 22.75 * 100) / 100);\\n}\\nfunction usd_to_other() {\\n var usd = $(\\\"#usd\\\").val();\\n $(\\\"#ntd\\\").val(Math.floor(usd * 30.205 * 100) / 100);\\n $(\\\"#jpy\\\").val(Math.floor(usd * 30.205 / 0.2852 * 100) / 100);\\n $(\\\"#sgd\\\").val(Math.floor(usd * 30.205 / 22.75 * 100) / 100);\\n}\\nfunction sgd_to_other() {\\n var sgd = $(\\\"#sgd\\\").val();\\n $(\\\"#ntd\\\").val(Math.floor(sgd * 21.84 * 100) / 100);\\n $(\\\"#jpy\\\").val(Math.floor(sgd * 21.84 / 0.2852 * 100) / 100);\\n $(\\\"#usd\\\").val(Math.floor(sgd * 21.84 / 30.205 * 100) / 100);\\n}\"}","created_at":"2019-10-19T16:25:35.262+08:00","updated_at":"2019-10-29T17:34:51.616+08:00","name":"匯率計算機 副本","language":"web","screenshot":{"url":"https://cdn2.koding.school/uploads/project/screenshot/101491/72a8b38bbf0baa71fed57bd3ae676f63.jpg"},"parent_id":27167,"plugin":"","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":52,"hashid":"2pdsqdrg","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
下載 Android APP (APK)
截圖
前往網站頁面
1:1:1
1:1
full
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦