会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
多弗朗强哥
博客园
::
首页
::
博问
::
闪存
::
新随笔
:: :: ::
管理
::
公告
2020年8月16日
ajax与php交互
摘要: ajax基本语法 $.ajax({ type: "post", //数据提交方式(post/get) url: "demo.php", //提交到的url data: {username:username,password:password},//提交的数据 dataType: "json",//返
阅读全文
posted @ 2020-08-16 11:21 多弗朗强哥
阅读(287)
评论(0)
推荐(0)