js $(document).ready(function (){ $('button').click(function(e){ var str1 =$('textarea').val(); console.log(str1); //當遇到兩個空白轉換成兩 ...
確定! 回上一頁