2011-11-24 5 views

답변

4

Axaptapedia.com, loading Web Documents에는 몇 가지 예가 있습니다. 예제에서는 Microsoft .NET Framework를 사용합니다. 아래의 코드는 Axaptapedia에서입니다 :

public static void TEST_DownloadString (Args _args) 
{ 
    System.Net.WebClient webClient = new System.Net.WebClient(); 
    ; 
    info(webClient.DownloadString('http://axaptapedia.com')); 
} 
+0

당신이 월 B. 어쨌든 당신에게 큰 감사하는 당신은 또한 http://stackoverflow.com/questions/8121140/axapta-2009-x-reverse 내 다른 질문 도와주세요 수 -only-selected-packingslip – user733916

관련 문제