摘要: 1)、AJAX的步骤: ajax的流程,readyState和status的意思​1、创建XMLHttpRequest​ let xhr = new XMLHttpRequest() ​2、设置(请求方式,请求路径,请求参数)​ xhr.open("get", "regSave.php?userna 阅读全文
posted @ 2023-06-05 17:38 草莓的博客 阅读(15) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> </head> <body> <ul> <li>1</li> <li>2</li> <li>3</li> <li>4</li> <li>5</li> </ul> < 阅读全文
posted @ 2022-02-20 15:38 草莓的博客 阅读(6) 评论(0) 推荐(0)