javascript. function copyString ( string ) { var clip_area = document.createElement('textarea'); clip_area.textContent = string ...
確定! 回上一頁