페이지: 复system代码 代码如下: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Test.aspx.cs" Inherits="web_Test" %> 测试 <br>$(function(){ <br>$("#txtTest").autocomplete({ <br>minLength:1, <br>source: function(request, response) { <br>$.ajax({ <br>url: "../ajax/GetAllWords.ashx", <br>dataType: "json", <br>data: 요청, <br>success: function( data ) { <br>response( data ); <br>} <br>}); <br>} <br>}); <br> <본문>