【发布时间】:2021-02-19 21:06:12
【问题描述】:
我有一个从 Ajax 获取请求中获取的变量对象类型,我想使用该对象内的表行中的值。
$.get(url2, function (responseGET) {
var responseGETHtml2 = $(responseGET).find(".data-item-form form.form");
console.log("responseGETHtml2", responseGETHtml2);
输出:
k.fn.init [form.form.default-form, prevObject: k.fn.init(91)]
0: form.form.default-form
length: 1
prevObject: k.fn.init(91) [text, meta, text, title, text, comment, comment, comment, meta, text, meta, text, meta, text, link, text, link, text, link, text, link, text, link, text, link, text, link, text, link, text, link, text, link, text, link, text, link, text, link, text, link, text, header, article, span, span, span, span, span, span, span, span, span, span, span, span, span, span, span, span, span, span, script, script, script, script, script, script, script, script, script, script, script, script, script, script, script, script, script, script, script, script, script, script, script, script, script, script, script, script, text]
__proto__: Object(0)
【问题讨论】:
标签: javascript jquery ajax object parsing