▍1. 000
web服务器编程课的期中作业,无刷新的ajax分页 需要自己建一个数据库就可以了(Web server programming course operation, no refreshing Ajax paging, you need to build a database yourself.)
AJAX: Stands for Asynchronous JavaScript and XML. AJAX is typically used for creating dynamic web applications and allows for asynchronous data retrieval without having to reload the page a visitor is on. The JavaScript on a given page handles most of the basic functions of the application, making it perform more like a desktop program instead of a web-based one.