document.getElementsByID("c135ed03baa64c5d9409a4284ce2dca4").innerHTML

解决方案 »

  1.   


    获得是空的~~~~
    jquery会吗?
      

  2.   

    document.getElementById ("c135ed03baa64c5d9409a4284ce2dca4").innerHTML
      

  3.   

    document.getElementById ("c135ed03baa64c5d9409a4284ce2dca4").value
      

  4.   

    var html = $("#c135ed03baa64c5d9409a4284ce2dca4").html();
    alert(html);页面显示
    <blockquote>的非官方的个梵蒂冈</blockquote>
            <br />
            上的范德萨发
      

  5.   


    jquery的  text  html  val 我都试了  但是就是获得是空的~~~~~~
      

  6.   

     $("#c135ed03baa64c5d9409a4284ce2dca4")
    这个对象能找到么?
      

  7.   


    jquery的  text  html  val 我都试了  但是就是获得是空的~~~~~~
    那就是你的id过长了。
      

  8.   


    jquery的  text  html  val 我都试了  但是就是获得是空的~~~~~~
    那就是你的id过长了。换过ID  我也试过~~也是空的~~~  只要加了 <blockquote>  就不行~~~
      

  9.   

    blockquote  这个标签的缘故!
      

  10.   


    所以需要怎么办呀~~~
    你必须要用blockquote  标签么???
    这么用很不好。
    换个标签把。
      

  11.   


    所以需要怎么办呀~~~
    你必须要用blockquote  标签么???
    这么用很不好。
    换个标签把。不能换哟~~~
      

  12.   

    当p标签要跟这个标签一起使用时,这个标签应该在p标签的外层.w3c的说法:
    提示:请使用 q 元素来标记短的引用。注释:如需把页面作为 strict XHTML 进行验证,那么 <blockquote> 元素必须包含块级元素,比如这样:<blockquote>
    <p>here is a long quotation here is a long quotation</p>
    </blockquote>
      

  13.   


    补充下不换也行,把P换成DIV
      

  14.   


    所以需要怎么办呀~~~
    你必须要用blockquote  标签么???
    这么用很不好。
    换个标签把。不能换哟~~~
    爱莫能助了!
      

  15.   


    补充下不换也行,把P换成DIV感谢,还是使用div吧~~
      

  16.   

    如果是jquery的话,选择器又不是只有ID选择器。$("p").html();//over