我有一个 AJAX 帖子获得的 HTTP 帖子响应对象。我把它作为一个字符串。我想访问<pre>
变量中第一个标签的内容。
例子:
<html>
<pre> First </pre>
<pre> Second </pre>
</html>
我想得到文本“第一”。我怎样才能做到这一点?我使用dojo xhrpost 来执行ajax post。
我有一个 AJAX 帖子获得的 HTTP 帖子响应对象。我把它作为一个字符串。我想访问<pre>
变量中第一个标签的内容。
例子:
<html>
<pre> First </pre>
<pre> Second </pre>
</html>
我想得到文本“第一”。我怎样才能做到这一点?我使用dojo xhrpost 来执行ajax post。