获取网页指定位置处的innerText内容。
例:
如元素C1的网页源代码是:
<div id="C1"><p id="p1">hello world</p></div>
获取到的C1元素的innerText结果就是字符串:
hello world
元素1
网页Inner Text1