Android对应的' stringByEvaluatingJavaScriptFromString'

时间:2015-05-12 06:32:10

标签: javascript android html

据说我有

<div class='page_header'>My Header</div>



  <br>
  <table cellpadding='0' cellspacing='0'>
  <tr><td class='result'>Result</td>
  </table>

    <table cellpadding='0' cellspacing='0'>
    <tr><td class='result' style='text-align: left;'>Result-2</td>
    </table>


  
      <div class='page_wrapper'>
      <table cellpadding='0' cellspacing='0' width='100%'>
      <tr><td class='page_cat' colspan='5'>Title</td></tr>
      <tr>
      <td class='page_label' style='width: 1px;' nowrap='nowrap'>&nbsp;</td>
      <td class='page_label' style='width: 50%;' nowrap='nowrap'>Text</td>
      <td class='page_label' style='text-align: center;' nowrap='nowrap'>Text</td>
      <td class='page_label' style='text-align: center;' nowrap='nowrap'>Text</td>
      <td class='page_label' style='width: 50%;' nowrap='nowrap'>Text</td>
      </tr>

      
        <tr>
        <td class='page_list0' style='vertical-align: top;'>Icon</td>
        <td class='page_list1' style='vertical-align: top;'>
          <div class='page_list_title'><a href='#'>Text</a></div>
          <div class='page_list_desc'>Text</div>
          
           <div class='page_list_mod'>
              Text
            </div>
        

        </td>
        <td class='page_list1' style='text-align: center;'>Text</td>
        <td class='page_list1' style='text-align: center;'>Text</td>
        <td class='page_list1'>
  
	 

              <table cellpadding='0' cellspacing='0'>
              <tr>
              <td class='page_list_photo'><img src='./images/photo.gif' height='40' width='40'></td>
              <td class='page_list_lastpost'>
                <a href='#'>Text</a>
	        <a href='#'>Text</a>
                <div>
	          Text
                </div>
              </td>
              </tr>
              </table>

	   
              <table cellpadding='0' cellspacing='0'>
              <tr>
              <td class='page_list_photo'><img src='./images/photo.gif' width='40'></td>
              <td class='page_list_lastpost'>
                <a href='#'>Text</a>
	        Text
                <div>
	          Text
                </div>
              </td>
              </tr>
              </table>

	   
        </td>
        </tr>


      </table>
      </div>
   
iOS中的

。它返回字符串值。现在,任何身体可以帮助我如何在android中使用该功能,以便能够获得html的值我将加载我的webview。根据研究,它在Android中看起来类似,但我不知道它是否正确。

    NSString *html = [webView stringByEvaluatingJavaScriptFromString:@"document.getElementById('infoPageID').innerHTML"];

我只想知道如何在字符串中设置它的值。

0 个答案:

没有答案