在这个简单的HTML中,我想提取" Chris" :
<div class="iwrite-in">
<h1>My name is
<strong>Chris</strong> Rock
</h1>
<p>etc</p>
</div>
我设法选择了文字:
EVENT TYPE=DBLCLICK SELECTOR="#iwe-form>DIV>DIV>H1>STRONG" BUTTON=0
但我无法提取它。
感谢您帮助根据CSS 提取文字。