方法一:使用工具软件提取。方法二:选中内容,复制,在 Frontpage 中粘贴。
    Frontpage 是带格式和代码的粘贴,其他编辑软件没用过,可能也可以。

解决方案 »

  1.   

    选中你要抓取的内容,地址栏(Opera\firefox)输入:
    javascript:var x=document.createElement('div');x.appendChild(window.getSelection().getRangeAt(0).cloneContents());var sS0=x.innerHTML;function makePre(text){var p=nd.createElement('textarea');p.setAttribute('rows','25');p.setAttribute('cols','120');p.setAttribute('wrap','off');p.appendChild(nd.createTextNode(text));return p;}nd=window.open().document;ndb=nd.body;ndb.appendChild(makePre(sS0));void(0);IE需要打开弹出窗口选项并允许js,然后在地址栏输入:
    javascript:function ViewSinnHTM(){var d=open().document;d.title='Selection';d.body.innerHTML='<textarea rows=\"35\" cols=\"120\" wrap=\"off\">'+document.selection.createRange().htmlText;}ViewSinnHTM();把这两个放在书签里,很方便的
      

  2.   

    错了第一个是针对Opera的firefox可以直接用右键“查看选中部分源代码”