在当前页面内追加换行标签和指定的HTML内容. 2. function w( html ){. 3. document.body.innerHTML += "<br/>" + html;. 4. } 5. . 6. . 7. w( String.fromCharCode( ...
確定! 回上一頁