CoderDojoUtsukidai / penguinBlockly

Clone of Blocky (Penguin Version)
MIT License
0 stars 0 forks source link

作ったコードをダウンロードする機能を作る #3

Closed TinkerLabo closed 6 years ago

TinkerLabo commented 6 years ago

html

ダウンロード JavaScript document.querySelector('#DLlink').onclick = function() { var text = document.querySelector('#txtarea').value; this.href = 'data:text/plain;charset=utf-8,'