Home > Backend Development > PHP Tutorial > javascript - ajax环境服务器

javascript - ajax环境服务器

WBOY
Release: 2016-06-06 20:10:56
Original
934 people have browsed it

服务器环境搭建什么软件好用,前端

回复内容:

服务器环境搭建什么软件好用,前端

服务器,还是那个个http服务器,
javascript 还是哪个javascript

AJAX不是环境,不用搭建。

请先了解AJAX:https://developer.mozilla.org/zh-CN/docs/AJAX

你前端用啥写?ajax可以用原生js写,用jquery,用fetch写,你要跟php交互吗

你是不是遇到ajax请求时出现提示说到在服务器环境才能运行啊?
这样的话直接装个服务器软件就可以了,网页在localhost打开;服务器软件很多啊,就看你后端处理需要用什么语言了,php用wamp,node js就下个node js就可以了,java可以用tomcat.

php自带服务器

在当前目录下执行 php -S localhhost:80
然后用浏览器访问 http://localhost/你的页面.html

麻烦提问之前查一下什么叫ajax

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template