摘要
介绍通用网页查询函数的设计思想,并给出了关键的源代码,该函数根据调用者提供的各种参数,在后台数据库管理系统中进行检索,将检索结果以二维数组的形式返回给调用者。实践证明,通过嵌入该通用网页查询函数,可以实现快速的查询,大大减轻程序员的编程工作量,实现了代码的复用性。
Introduces to the idea of query function through an common web page, which also gives the source code of the program. The function makes the query in the background database management system according to the users' parameters, and in return it gives the result to users in the form of two-dimensional array. It can provide fast query through the common web page's query function, which also reduce the workload of programmers and makes the code reuseful.
出处
《现代计算机》
2008年第9期131-132,共2页
Modern Computer