코드는 다음과 같습니다.
페이지 HTML:
코드 복사
코드는 다음과 같습니다.
코드 복사
StringComparer SC = Ignorecase; string[] extArr = new string[] { "php", "asp", "aspx", "txt", "bmp" } , EXT) //
이 있는지 확인합니다. f)
{
"Image/54222860.jpg"를 반환합니다.
}
방법 3: AjaxPro(또한 ajax)
1단계: AjaxPro.dll(또는 AjaxPro.2.dll)을 다운로드하고 프로젝트에 참조를 추가합니다
2단계: web.config 구성 파일 수정
코드 복사
코드는 다음과 같습니다.
3단계: 런타임 시 Page_Load 이벤트에 AjaxPro를 등록합니다. 예:
코드 복사
코드는 다음과 같습니다.
protected void Page_Load(object sender, EventArgs e )
{
ajaxpro.utility.registerTypeForajax (Typeof(ajaxDemo)) // 등록 }
4단계: 서버 메소드를 생성하고 [AjaxPro.AjaxMethod]로 표시합니다.
코드 복사
코드는 다음과 같습니다.
[AjaxPro.AjaxMethod]
public 문자열 GetImgByAjaxPro( :)
5단계: 프런트엔드 JS 호출:
코드 복사
코드는 다음과 같습니다.
function GetMethodByAjaxPro() {
var a = JustTest .AjaxDemo.GetImgByAjaxPro();//JustTest는 현재 네임스페이스이고 AjaxDemo는 배경 클래스를 나타냅니다.
document.getElementById("imgAjaxPro").src = a.value;