fix: 修复部分问题

This commit is contained in:
white 2024-09-23 10:32:03 +08:00
parent c67149f35e
commit 1749744e27
6 changed files with 0 additions and 12 deletions

View File

@ -269,8 +269,6 @@
const params = { msg: text }
alert(params.msg)
/*
* 拿到匹配的文字下标
*/
@ -386,7 +384,6 @@
]
})
console.log(str.output.text, '返回的答案')
xhr.onreadystatechange = function() {
if (xhr.readyState === 4) {
const chunk = xhr.responseText;

View File

@ -269,8 +269,6 @@
const params = { msg: text }
alert(params.msg)
/*
* 拿到匹配的文字下标
*/
@ -386,7 +384,6 @@
]
})
console.log(str.output.text, '返回的答案')
xhr.onreadystatechange = function() {
if (xhr.readyState === 4) {
const chunk = xhr.responseText;

View File

@ -269,8 +269,6 @@
const params = { msg: text }
alert(params.msg)
/*
* 拿到匹配的文字下标
*/
@ -386,7 +384,6 @@
]
})
console.log(str.output.text, '返回的答案')
xhr.onreadystatechange = function() {
if (xhr.readyState === 4) {
const chunk = xhr.responseText;

View File

@ -269,8 +269,6 @@
const params = { msg: text }
alert(params.msg)
/*
* 拿到匹配的文字下标
*/
@ -386,7 +384,6 @@
]
})
console.log(str.output.text, '返回的答案')
xhr.onreadystatechange = function() {
if (xhr.readyState === 4) {
const chunk = xhr.responseText;

Binary file not shown.