수색…


자바에서 Echo 입력 인수

핸들러 함수에서 입력을 바코드 처리하여이 정보를 쉽게 얻을 수 있습니다. 예를 들어, 자바에서는 :

public String handleRequest(String input, Context context) {
    context.getLogger().log("Input: " + input);

    String output = "Input:" + System.getProperty("line.separator") + input;
    
    return output;
}


Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow