摘要: 直接代码 function from(form: string | HTMLFormElement, data: { [key: string]: any }) { let target: Element | null; if (form instanceof Element) { target = 阅读全文
posted @ 2023-09-25 11:30 刘东才 阅读(48) 评论(0) 推荐(0)