摘要:
'Client does not support authentication protocol requested by server; consider upgrading MySQL client' 首先造成这个问题的原因是你密码写错了或者忘记密码了 解决方案的 我们打开sqlworkbenc 阅读全文
摘要:
function ajax(options){ //创建一个ajax对象 var xhr = new XMLHttpRequest() || new ActiveXObject("Microsoft,XMLHTTP"); //数据的处理 {a:1,b:2} a=1&b=2; var str = "" 阅读全文