2023年2月7日

后端发出请求,前端进行接收(AJAX)

摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> #result { width: 300px; height: 100px; border: 1px solid red; } </style> 阅读全文

posted @ 2023-02-07 23:54 爱前端的小魏 阅读(27) 评论(0) 推荐(0) 编辑

发送post请求,鼠标移入显示内容

摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> </title> <style> #result { width: 300px; height: 100px; border: 1px solid red; } </style> 阅读全文

posted @ 2023-02-07 23:52 爱前端的小魏 阅读(18) 评论(0) 推荐(0) 编辑

导航